Voicexml ppt

15
VOICE XML BY SANTHOSH 07601A1209

description

Voicexml ppt

Transcript of Voicexml ppt

Page 1: Voicexml ppt

VOICE XML

BY SANTHOSH 07601A1209

Page 2: Voicexml ppt

CONTENTS

Introduction History Usage Sample Program VoiceXml Inputs Advantages of VoiceXml Reference Conclusion

Page 3: Voicexml ppt

Introduction

VoiceXML (VXML) is the W3C's standard XML format for specifying interactive voice dialogues between a human and a computer.

It allows voice applications to be developed and deployed in an analogous way to HTML for visual applications.

 Just as HTML documents are interpreted by a visual web browser, VoiceXML documents are interpreted by a voice browser. 

Page 4: Voicexml ppt

A common architecture is to deploy banks of voice browsers attached to the Public Switched Telephone Network (PSTN) to allow users to interact with voice applications over the telephone.

Page 5: Voicexml ppt

VoiceXml HTML

Page 6: Voicexml ppt

History

AT&T, IBM, Lucent, and Motorola formed the VoiceXML Forum in March 1999, in order to develop a standard markup language for specifying voice dialogs.

 In March 2000 they published VoiceXML 1.0

The W3C produced several intermediate versions of VoiceXML 2.0, which reached the final "Recommendation" stage in March 2004.

Page 7: Voicexml ppt

Usage:

Many commercial VoiceXML applications have been deployed, processing millions of telephone calls per day.

These applications include: order inquiry, package tracking, driving directions, emergency notification, flight tracking, voice access to email, audio news magazines, voice dialing etc.

Page 8: Voicexml ppt
Page 9: Voicexml ppt

VoiceXML has tags that instruct the voice browser to provide speech synthesis, automatic speech recognition, dialog management, and audio playback. The following is an example of a VoiceXML document: <vxml version="2.0"

xmlns="http://www.w3.org/2001/vxml"> <form> <block> <prompt> Hello world! </prompt> </block> </form> </vxml>

Page 10: Voicexml ppt

When interpreted by a VoiceXML interpreter this will output "Hello world" with synthesized speech.

Typically, HTTP is used as the transport protocol for fetching VoiceXML pages. Some applications may use static VoiceXML pages, while others rely on dynamic VoiceXML page generation using an application server like Tomcat, Weblogic, IIS, or WebSphere.

Page 11: Voicexml ppt

Voice XML Inputs

Voice XML accepts: Touch tone key Speech There is a difference between voice

recognition and Voice XML. Personal voice recongition systems allow for

wide grammar, but restrict the number of users (ie. Dragon Naturally Speaking or IBM Via Voice.)

Voice XML restricts the grammar, but allows for a wide number of users.

Page 12: Voicexml ppt

Advantages of Voice XML

Allows for the easy implementation of voice interfaces

Removes the restrictions imposed by tools designed for touchtone systems

Runs on existing web infrastructure

Page 13: Voicexml ppt

Future versions of the standard

VoiceXML 3.0 will be the next major release of VoiceXML, with new major features. It includes a new XML statechart description language called SCXML.

Page 15: Voicexml ppt

?

ANY Queries

? ? ?