GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Programming  >  VoiceXML
Go To First  |  Previous Question  |  Next Question 
 VoiceXML  |  Question 13 of 20    Print  
Explain the method of recording messages in VoiceXML?

  
Total Answers and Comments: 1 Last Update: July 09, 2007     Asked by: StephenRaj 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 09, 2007 09:57:42   #1  
rao_soft27 Member Since: July 2007   Contribution: 11    

RE: Explain the method of recording messages in VoiceX...
we can use <record> tag to record messages .

This element accepts a recording from the user and stores it in a variable. The variable is
declared by this element, in the form's "local" scope. It throws "noinput" if the user has not
responded in the correct interval. It contains only <prompt> and <catch> elements.
<record name="mailing_address" maxlength="10s"
finalsilence="2s" dtmfterm="true">
<prompt>Say your mailing address</prompt>
<noinput>I didn’t hear anything, please try again.</noinput>
</record>
The <record> element appears only inside a <form>, where it acts like an audio input field.

During a recording, all grammars are turned off.

The attributes are:

1)beep Is a tone emitted just prior to recording? Defaults to "true"

2)name The resulting audio variable.

3)maxlength The maximum time to record.

4)finalsilence The interval of silence to indicate end of speech.

5)dtmfterm Does a DTMF key press terminate recording ? Defaults to "true".

6)type The MIME format, defaults to a platform-specific format

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : VoiceXML is a markup language for creating voice-user interfaces. It uses speech recognition and/or touchtone (DTMF keypad) for input, and pre-recorded audio ...
Read Answers (1) | Asked by : norman

Latest Answer : It depends upon the VoiceXML implementation platform. Like GVP(Genesys Voice Platform) supports .vox ...
Read Answers (4) | Asked by : norman

Latest Answer : for this there has to be interaction with dynamic library which can interact with IMAP server to send a e-mail.the tag can be used to load the library . the library can be written using "java" or cplusplus ...
Read Answers (1) | Asked by : blenda

View Question | Asked by : blenda

View Question | Asked by : RyanJames

Latest Answer : The interpreter can attempt to optimize dialog interpretation by prefetching files that might be needed. The interpreter prefetches resources used by a document by starting to fetch them as soon as a document is loaded, rather than waiting until execution ...

Latest Answer : A VoiceXML document/page  contains a set of dialogs. Dialogs are the basis of VoiceXML applications. Dialogs enable the exchange of information between users and the VoiceXML platform. VoiceXML applications contain either or both of two types of dialogs ...
Read Answers (1) | Asked by : scott


Latest Answer : VoiceXML interpreter contexts, just like HTML visual browsers, can use caching to improve performance in fetching documents and other resources: audio recordings (which can be quite large) are as common to VoiceXML pages as images are to HTML pages.The ...
Read Answers (1) | Asked by : sripri

Latest Answer : Most developers confirm VoiceXML is at least three times faster in terms of application development compared to traditional IVR;Being a W3C standard markup, VoiceXML offers ...
Read Answers (1) | Asked by : sripri


 Sponsored Links

 
Related Articles

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

What is Common Data Modeling Method

Common Data Modeling is one of the core considerations when setting up a business data warehouse. Any serious company wanting to have a data warehouse will have to be first serious about data models. Building a data model takes time and it is not unusual for companies to spend two to five years just
 

Explain about TNSPING

You can also use tnsping utility on command prompt to check Oracle Net connectivity. Follow these steps to check the connection to particular SID. Open Command prompt. Write tnsping &lt; SID for the database connectivity you want to check &gt; If you get the message &ldquo;Used TNSNAMES
 

SQL Programming

SQL Programming Overview Anybody who has done something for a long time has probably wanted to change how things work at some point or another. A worker at a mill might have found a more efficient way of cutting logs, or a mathematics teacher might have had a hand in changing a school&rsquo;s al
 

The Interview Snafu

How to turn someone else&rsquo;s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won&rsquo;t get over the line without a polished, prof
 

Recording Test Script With WinRunner

How To Use a Wizard to Record a Test Script With WinRunner If you have a script that you want to convert with WinRunner, you can use the DataDriver Wizard to transform the script into a test that is driven by data. For instance, if you want your test script to include things such as checkpoints or v
 

WinRunner Programming Concepts

If you want to create WinRunner scripts that are highly efficient, there are important programming concepts that you will want to become familiar with. Understanding these concepts will provide you with a large number of key benefits. In addition to understanding these concepts, you must also learn
 

VoiceXML Certification Opportunities

At first, the certification program will place an emphasis on the platforms of VoiceXML. The tools and applications would be tested, and to pass the certification program, the system must be in compliance. The process of certification for VoiceXML products will be processed by the members of the Fo
 

Tips and Tricks to Learn VoiceXML

It is also important for you to realize that many vendors are still using the older IVR technology. You will want to conduct research on Interactive Voice Response systems so that you can give clients a good reason to use it. Being able to show the advantages that VoiceXML has over IVR is very impo
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape