Phonetic pronunciation for the contained text.
<phoneme
alphabet = "CDATA"
ph = "CDATA"
/>
Attribute |
Data Type |
Required? |
Default |
Description |
alphabet |
CDATA |
no |
NA |
Alphabet to use for the phonetic string. |
ph |
CDATA |
yes |
NA |
Phonetic string for the enclosed text. |
<audio>, <emphasis>, <enumerate>, <p>, <prompt>, <prosody>, <s>, <voice>
None.
<?xml version="1.0"?>
<vxml version="2.1" xmlns="http://www.w3.org/2001/vxml">
<form>
<block>
<prompt>
<phoneme alphabet="ipa" ph="tɒmɑtoʊ">
tomato
</phoneme>
</prompt>
</block>
</form>
</vxml>