Encyclopedia > VoiceXML

  Article Content

VoiceXML

VoiceXML is an XML format for creating interactive dialogues between a human and a computer. It features speech synthesis, automatic speech recognition, call control and soundfile playback. VoiceXML is part of W3C's Voice Browser Activity. http://www.w3c.org/voice.

The following is an example of a VoiceXML document:

<?xml version="1.0"?> <vxml version="2.0"> <form> <block> <prompt>

Hello world!

</prompt> </block> </form> </vxml>

When interpreted by a VoiceXML interpreter this will output "Hello world" with synthesized speech. Two related formats that can be used within VoiceXML are Speech Synthesis Markup Language SSML[?] and Speech Recognition Grammar Specification SRGS[?]



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
North Haven, New York

... of $51,319 versus $41,875 for females. The per capita income for the village is $38,865. 1.8% of the population and 0.5% of families are below the poverty line. Out of ...

 
 
 
This page was created in 24.5 ms