SlideShare a Scribd company logo
2
Most read
4
Most read
VoiceXML A Presentation By : Abbas Hashmi
VoiceXML Voice Extensible Markup Language is designed for creating audio dialogs that feature synthesized speech, digitized audio, recognition of spoken and DTMF key input, recording of spoken input, telephony, and mixed initiative conversations.
Previously used voice appl.  IVR(Interactive Voice Responce) Application A special purpose computer outfitted with telephony hardware Pre-VoiceXML dialogue engines Non-programmable
Architectural Model
Enabled Technologies Automatic Speech Recognition (ASR) Text-To-Speech (TTS) Enterprise Software integration Technology
Example <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <vxml xmlns=“url&quot; xmlns:xsi=“url“ xsi:schemaLocation=“url&quot; version=&quot;2.0&quot;> <form>   <field name=&quot;drink&quot;>   <prompt>Would you like coffee, tea, milk, or nothing? </prompt>   <grammar src=&quot;drink.grxml&quot; type=&quot;application/srgs+xml&quot;/>   </field>  <block>  <submit next=“url&quot;/> </block>  </form>  </vxml>
ADVANTAGES VoiceXML is a markup language that: Minimizes client/server interactions by specifying multiple interactions per document. Shields application authors from low-level, and platform - specific details. Separates user interaction code (in VoiceXML) from service logic (e.g. CGI scripts). Promotes service portability across implementation platforms. VoiceXML is a common language for content providers, tool providers, and platform providers. Is easy to use for simple interactions, and yet provides language features to support complex dialogs.
DISADVANTAGES No special analysis of speech input Not suitable for training speech skills—Reading, ESL, singing, etc. VUI conversational bandwidth is slower than GUI conversational bandwidth Using a VUI is like drinking from Lake Superior with a straw
Applications Many commercial VoiceXML applications have been deployed, processing millions of telephone calls per day. Few are order inquiry package tracking driving directions emergency notification voice access to email customer relationship management
Conclusion Reduce the digital devide VoiceXML is an exciting new standard with support from the largest companies in the computing and telecommunications industries VoiceXML has been proposed as a standard language to develop Internet speech applications. Besides, the distributed architecture of VoiceXML documents makes speech applications possible to be shared in the Internet
Thank You!
? any ques.

More Related Content

PPTX
Voicexml ppt
PPT
Voicexml
PPTX
Voice Browser
PPTX
TEXT-SPEECH PPT.pptx
PPSX
Speech recognition an overview
PDF
Mobile Application Design & Development
PPT
Speech recognition
PPTX
Speech Recognition Technology
Voicexml ppt
Voicexml
Voice Browser
TEXT-SPEECH PPT.pptx
Speech recognition an overview
Mobile Application Design & Development
Speech recognition
Speech Recognition Technology

What's hot (20)

DOCX
Computer science seminar topics
PPTX
Introduction to text to speech
PPS
PPT
Speech Recognition in Artificail Inteligence
PPT
Speech Recognition
PPT
Introduction to VoiceXml and Voice Web Architecture
PDF
Multichannel User Interfaces
PDF
A project report on chat application
PPTX
Voice based email for blinds
PPTX
Chat Application
PPT
Face recognition ppt
PPT
Gujarati Text-to-Speech Presentation
PPTX
Chatbot_Presentation
PPTX
Wireless network
PPTX
Voice browser
DOCX
Spammer detection and fake user Identification on Social Networks
PPTX
Artificial Intelligence in Computer Networks
PPTX
Wireless application protocol
PPTX
Language translator
PDF
CS8601 MOBILE COMPUTING
Computer science seminar topics
Introduction to text to speech
Speech Recognition in Artificail Inteligence
Speech Recognition
Introduction to VoiceXml and Voice Web Architecture
Multichannel User Interfaces
A project report on chat application
Voice based email for blinds
Chat Application
Face recognition ppt
Gujarati Text-to-Speech Presentation
Chatbot_Presentation
Wireless network
Voice browser
Spammer detection and fake user Identification on Social Networks
Artificial Intelligence in Computer Networks
Wireless application protocol
Language translator
CS8601 MOBILE COMPUTING
Ad

Viewers also liked (10)

PPTX
Hybrid Learning
PPT
Designing Online Learning, Web 2.0 and Online Learning Resources
PDF
Genesys voice portal whitepaper
PPTX
Proactive Performance Monitoring for Genesys Call Centers
PDF
Leveraging IMS for VoLTE and RCS Services in LTE Networks Presented by Adnan ...
PPTX
Call Centre Architecture
PDF
Practical Guide Content Rating
PDF
Introduction to PHP
PPTX
Virtual Reality
PDF
Genesys SIP Server Architecture
Hybrid Learning
Designing Online Learning, Web 2.0 and Online Learning Resources
Genesys voice portal whitepaper
Proactive Performance Monitoring for Genesys Call Centers
Leveraging IMS for VoLTE and RCS Services in LTE Networks Presented by Adnan ...
Call Centre Architecture
Practical Guide Content Rating
Introduction to PHP
Virtual Reality
Genesys SIP Server Architecture
Ad

Similar to VoiceXML (20)

PDF
Voicexml 100423121930-phpapp01
PPTX
Hak voice-browser
DOCX
final doc
PDF
10.1.1.510.6198
PPTX
voice browser
PPTX
Voicexml543
PPT
Ken Rehor's presentation at eComm 2008
DOCX
voice browser
PPT
Ford Stacy
PPT
Lv Asterisk Pavilion Stacy 2008
PDF
Speech Recognition Dataset Spotlight: AMI Meeting Corpus
PPTX
Google Voice-to-text
PPT
POWERPOINT PRESENTATION
PDF
10 World’s Leading Speech or Voice Recognition Software That Can 3X Your Prod...
PPTX
visH (fin).pptx
PPT
ibm språkbanken websphere
PPTX
CCXML For Advanced Communications Applications
PPT
MIS Lesson3 Software
PDF
Interfaces de Voz avanzadas con VoiceXML - Iván Sixto | VoIP2DAY 2015
PDF
Delivering ivi-speech-applications-white-paper
Voicexml 100423121930-phpapp01
Hak voice-browser
final doc
10.1.1.510.6198
voice browser
Voicexml543
Ken Rehor's presentation at eComm 2008
voice browser
Ford Stacy
Lv Asterisk Pavilion Stacy 2008
Speech Recognition Dataset Spotlight: AMI Meeting Corpus
Google Voice-to-text
POWERPOINT PRESENTATION
10 World’s Leading Speech or Voice Recognition Software That Can 3X Your Prod...
visH (fin).pptx
ibm språkbanken websphere
CCXML For Advanced Communications Applications
MIS Lesson3 Software
Interfaces de Voz avanzadas con VoiceXML - Iván Sixto | VoIP2DAY 2015
Delivering ivi-speech-applications-white-paper

VoiceXML

  • 1. VoiceXML A Presentation By : Abbas Hashmi
  • 2. VoiceXML Voice Extensible Markup Language is designed for creating audio dialogs that feature synthesized speech, digitized audio, recognition of spoken and DTMF key input, recording of spoken input, telephony, and mixed initiative conversations.
  • 3. Previously used voice appl. IVR(Interactive Voice Responce) Application A special purpose computer outfitted with telephony hardware Pre-VoiceXML dialogue engines Non-programmable
  • 5. Enabled Technologies Automatic Speech Recognition (ASR) Text-To-Speech (TTS) Enterprise Software integration Technology
  • 6. Example <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <vxml xmlns=“url&quot; xmlns:xsi=“url“ xsi:schemaLocation=“url&quot; version=&quot;2.0&quot;> <form> <field name=&quot;drink&quot;> <prompt>Would you like coffee, tea, milk, or nothing? </prompt> <grammar src=&quot;drink.grxml&quot; type=&quot;application/srgs+xml&quot;/> </field> <block> <submit next=“url&quot;/> </block> </form> </vxml>
  • 7. ADVANTAGES VoiceXML is a markup language that: Minimizes client/server interactions by specifying multiple interactions per document. Shields application authors from low-level, and platform - specific details. Separates user interaction code (in VoiceXML) from service logic (e.g. CGI scripts). Promotes service portability across implementation platforms. VoiceXML is a common language for content providers, tool providers, and platform providers. Is easy to use for simple interactions, and yet provides language features to support complex dialogs.
  • 8. DISADVANTAGES No special analysis of speech input Not suitable for training speech skills—Reading, ESL, singing, etc. VUI conversational bandwidth is slower than GUI conversational bandwidth Using a VUI is like drinking from Lake Superior with a straw
  • 9. Applications Many commercial VoiceXML applications have been deployed, processing millions of telephone calls per day. Few are order inquiry package tracking driving directions emergency notification voice access to email customer relationship management
  • 10. Conclusion Reduce the digital devide VoiceXML is an exciting new standard with support from the largest companies in the computing and telecommunications industries VoiceXML has been proposed as a standard language to develop Internet speech applications. Besides, the distributed architecture of VoiceXML documents makes speech applications possible to be shared in the Internet