The <sentence> tag tells the TTS engine to change the prosody to reflect the end of a sentence, regardless of the surrounding punctuation.
| xml:lang | Can be set to "en_us" or "fr_fr". |
None
<?xml version="1.0" encoding="latin-1"?>
<vxml version="2.0">
<form>
<block>
<prompt>
<sentence>
Here's one sentence.
</sentence>
<sentence xml:lang="fr_fr">
Voici un autre phrase en français.
</sentence>
</prompt>
</block>
</form>
</vxml>The output of the above script would be:
Computer: Here's one sentence.
Computer: (in French) Voici une phrase en français.
<audio>, <break>, <emphasis>, <enumerate>, <mark>, <phoneme>, <prosody>, <say-as>, <speak>, <sub>, <value>, <voice>
<audio>, <enumerate>, <foreach>, <p>, <paragraph>, <prompt>, <prosody>, <speak>, <voice>