网站首页  词典首页

请输入您要查询的英文单词:

 

单词 VXML
释义

VXML

  • 网络语音可扩展标记语言;语音扩展标记语言;语音可扩展标识语言技术
1.
语音可扩展标记语言
语音可扩展标记语言(VXML)脚本支持,用于应用定制 H.261 H.263 H.264 通过隐藏并将内部网络架构与其他管理域隔离,实现 …
www.cisco.com
2.
语音扩展标记语言
计算机英语_cherry_新浪博客... ... VRML 虚拟现实造型语言 VXML 语音扩展标记语言 web browser 网页浏览器 ...
blog.sina.com.cn
3.
语音可扩展标识语言技术
其主要特点是“语音”接入和应用。包括:语音可扩展标识语言技术(VXML)、语音识别技术(SR)、文字转语音技术(TTS)。
xujinjin0102.blog.163.com
4.
扩展语言论坛
  AT&T,朗讯,摩托罗拉与其他17家公司于1999年联合推出语音扩展语言论坛(VXML),用以拟定一项标准,此标准能够将语音、 …
www.ctiforum.com
5.
文档标识
VoiceXML基... ... <var> 声明一个变量。 <vxml> 文档标识。 <prompt> 以输出提示信息。下面的例子输出“欢迎使用华琛公司语 …
www.wellya.net
6.
语音标记语言
支持可扩展的语音标记语言(VXML),允许您创建使用HTTP、XML、Web或应用服务器的语音门户和基于语音的网站 与CiscoW…
network.51cto.com
7.
语音可延伸标记语言
l Cisco IOS软体可传达自订化的功能及应用程式,像是「工具命令语言」(TCL)和「语音可延伸标记语言」(VXML)支援 l 该平台 …
web1.sysage.com.tw

例句

释义:
1.
Just as you've seen in previous articles with servlets, JSP pages make it trivial to link between VXML pages.
在之前关于servlet的文章中已经提到,JSP页面使VXML页面之间的链接变得轻而易举。
www.ibm.com
2.
All you had to do was copy your VXML into a file, add a few directives at the top, and save the file with a . jsp extension.
需要做的只是将VXML复制到一个文件中,在顶端添加几条伪指令(directive),然后以.jsp扩展名保存文件。
www.ibm.com
3.
Begin by creating your VXML in a VXML file, and test it out, just as you would when working with a servlet.
首先在一个VXML文件中创建您的VXML、测试它,这与使用servlet时相同。
www.ibm.com
4.
VoiceXML is the name given to the standard for voice-based XML output, although the file format itself is called VXML.
VoiceXML一名源于一种标准,用于基于语音的XML输出,但是这种文件格式本身称为VXML。
www.ibm.com
5.
It's easy to take a core servlet that outputs basic VXML and extend it with other servlets, each of which provide custom behavior.
可以很容易地实现一个输出基本VXML的核心servlet,再用其他servlet(均提供自定义行为)扩展它。
www.ibm.com
6.
As you've seen so far in this article, sometimes a servlet-generated VXML does not make sense.
致此,您已看到,有时servlet生成的VXML并无意义。
www.ibm.com
7.
The main calendar menu is a simple VXML file that provides the main options as a starting point for the rest of the application.
日程表主菜单是一个简单的VXML文件,它所提供的主要选项将作为应用程序其余部分的开始点。
www.ibm.com
8.
Once the VXML is online, you're ready to link it to a phone number.
VXML联机后,也就作好了将其与一个电话号码连接的准备。
www.ibm.com
9.
Clearly, it's even easier to turn VXML into a JSP page than it is to embed VXML within a servlet.
显而易见,将VXML转换成JSP页面要比将VXML嵌入servlet简单得多。
www.ibm.com
10.
Once you get a blank screen, you're ready to actually output the VXML file.
一旦得到了空白屏幕,也就准备好实际输出VXML文件了。
www.ibm.com
1.
Now you're ready to get into some Java code, and learn about generating VXML dynamically.
现在就可以看看Java代码了,并了解如何动态地生成VXML。
www.ibm.com
2.
If the information is valid, you update the XML diary file and write out a VXML fragment that redirects the user to the main menu.
如果信息有效,那么我们将更新XML日程文件并取消将用户重定向到主菜单的VXML代码段。
www.ibm.com
3.
As it turns out, building dynamic VXML gets rid of some of the formality of voice-based systems, as well.
此外,它还能够证实,构建动态VXML将消除基于语音的系统的部分刻板性。
www.ibm.com
4.
This simplifies the production of VXML and, especially with a freeform input format, makes the production of the information much easier.
这就简化了VXML的生成,特别是对于自由的输入格式,使得信息生成更容易。
www.ibm.com
5.
Let's quickly run over what was required to get your VXML to work on a servlet, and then move from there to JSP pages.
让我们快速回顾一下,为了使VXML能在servlet上工作,您需要做哪些事情,然后再介绍从servlet到JSP页面的情况。
www.ibm.com
6.
Figure 3 shows the resulting screen (scrolled down a bit), with all the different access points to the VXML file.
图3展示了最终屏幕(略微向下滚动了一点),以及VXML文件的所有访问点。
www.ibm.com
7.
Now, you can put together a simple search function that will take a search term and output the VXML required to list the results found.
现在可以创建一个简单的搜索函数,它可以接收搜索项,输出VXML以列出搜索结果。
www.ibm.com
8.
Only after you do all of these steps -- ensuring that your VXML works -- are you ready to even begin thinking about coding Java.
只有在您完成所有这些步骤后——确保您的VXML正常工作,才是准备好了,可以开始考虑编写Java代码。
www.ibm.com
9.
To start, you process a feed and output the VXML to read out the stories to generate the main list of information.
首先要处理提要并输出VXML,从而生成信息的主列表。
www.ibm.com
10.
This is just a test to ensure the VXML is available, so don't be concerned if your computer doesn't start speaking to you.
这只是一个测试,确保您的VXML可用,因此即使您的计算机没有开始跟您交谈,也不要太过忧虑。
www.ibm.com
1.
One of the simplest things you can do with servlet-based VXML output is add some awareness of time.
基于servlet的VXML输出的一项最简单的用途就是添加时间提醒。
www.ibm.com
2.
If there are any problems, you can be reasonably sure that you've got Java coding issues to work out, rather than VXML ones.
如果存在任何问题,您都能够合理地确定有Java编码问题需要解决,而不是VXML的问题。
www.ibm.com
3.
You can easily embed the text specification into a VXML document by using a CDATA block.
我们可以方便地将文本规范嵌入到VXML文档中,方法是使用一个CDATA块。
www.ibm.com
4.
Rather than add all these variables -- no pun intended -- ensure that you start with a working VXML file.
不要添加所有这些变量(没有双关的意思),务必从一个可正常工作的VXML文件入手。
www.ibm.com
5.
At the end of the diary list, it returns the user back to the main menu VXML file.
日程列表的末尾有一个返回选项,可以使用户返回主菜单VXML文件。
www.ibm.com
6.
The submit tag within VXML passes on the field values to a specified remote application as standard HTTP parameters.
VXML中的submit标记将字段值作为标准HTTP参数传递给一个指定的远程应用程序。
www.ibm.com
7.
Hence you can produce a simple spoken sentence using the VXML in Listing 2.
因此,可以使用清单2中的VXML产生一个简单的语音句子。
www.ibm.com
8.
In this article, you'll learn about a true middle-of-the-road approach: using JSP pages to output your VXML.
在这篇文章中,您将学习一种真正的折中方法:使用JSP页面来输出VXML。
www.ibm.com
9.
VXML supports different form blocks in a single file that can be used to output all of the different solutions.
VXML支持在一个文件中提供不同的表单块,可以为所有解决方案产生输出。
www.ibm.com
10.
It's a voice-recognition VXML file that takes in a favorite instrument and offers some commentary on the caller's choices.
它是一个语音识别VXML文件,接入一个恰当的设备并提供某些关于呼叫选择的注释。
www.ibm.com
1.
The submit tag within VXML can be used to exchange field information between VXML and scripts that can handle the information.
VXML中的submit标记可用于在VXML和能够处理信息的脚本之间交换字段信息。
www.ibm.com
2.
Write this VXML, save it, upload it to your ISP, and assign a number to it.
编写这个VXML、保存它、将它上传到ISP,然后为它分配一个号码。
www.ibm.com
3.
Then, you rework your account information page, and create a new VXML file for the account information, account-summary. jsp.
随后,您修改了账户信息页面,并为账户信息创建了一个新的VXML文件account-summary.jsp。
www.ibm.com
4.
Now browsers (or other code) reading your response can discover the VXML file that was served.
现在读取您的响应的浏览器(或其他代码)就可以发现所服务的VXML文件了。
www.ibm.com
5.
In the same fashion, if the user is using a phone to interact with the system, you may want to add a vxml subelement.
同样,如果用户使用电话与系统交互,或许就需要添加vxml子元素了。
www.ibm.com
6.
You can create a standardized VXML output that will generate specific elements of fragments according to a pre-defined format.
可以创建标准化的VXML输出类,根据预定义的格式生成特定的片断元素。
www.ibm.com
7.
So far the selections were based on providing information in a static VXML file.
到目前为止,选择都基于静态VXML文件中提供的信息。
www.ibm.com
8.
In any case, JDBC makes it simple to connect to a database, and then use results from SQL queries to populate VXML.
无论如何,JDBC都能使您轻松连接数据库,然后利用SQL查询的结果填充VXML。
www.ibm.com
9.
You can work with file names and conditionals in your JavaBean classes, keeping your JSP pages free to focus on the VXML of the page itself.
您可以在JavaBean类中处理文件名和条件,使JSP页面不必关注页面的VXML本身。
www.ibm.com
10.
The basic operation of the feed parser and the generation of the VXML is the same as with the Perl examples.
这个提要解析器的基本操作和VXML的生成过程与Perl示例相同。
www.ibm.com
1.
Listing 5 shows the VXML required to send the response information from the variables to the script that will save your appointment.
清单5中的VXML代码将从变量中将响应发送给用于存储约会的脚本。
www.ibm.com
2.
After the grammar validation, the system executes the element in the rbwelcome. vxml file.
在完成语法检验之后,系统将执行rbwelcome.vxml文件中的元素。
www.ibm.com
3.
Dial in to this new number and you should hear the prompt from the VXML back in Listing 2. Congratulations!
拨入这个新号码,您应听到清单2中的VXML给出的提示。祝贺您!
www.ibm.com
4.
Before you work on the VXML, you need to examine the blogging interface that will support your connection to the blog.
在处理VXML之前,需要研究一下支持连接blog的blog接口。
www.ibm.com
5.
Rather than having to code grammar for each and every VXML file, you can share a grammar between similar files.
您不必为每一个VXML文件编码语法,而是可以在类似的文件间共享语法。
www.ibm.com
6.
The most obvious application of Java concerning VoiceXML is using a database to feed a dynamic VXML output.
最显而易见的与VoiceXML相关的Java应用程序就是:使用数据库提供动态VXML输出。
www.ibm.com
7.
This approach makes it pretty simple to separate your VXML syntax from your application's logic.
这种方法使您可以轻松将VXML语法从应用程序逻辑中分离出来。
www.ibm.com
8.
You just fetch the feed and generate the output on the fly, rather than create a static VXML file.
差异只在于动态地获取提要并生成输出,而不是创建静态的VXML文件。
www.ibm.com
9.
This is the simplest and best way to make sure that your VXML has no problems.
这是确保VXML无问题的最简单、最好的方法。
www.ibm.com
10.
You can store your VXML in several different mediums, from a static file to compiled code.
您可以在多种不同的媒体中(从静态文件到经过编译的代码)存储VXML。
www.ibm.com
1.
Incidentally, you might produce all of the required output using VXML.
顺便说一句,可以使用VXML产生所需的所有输出。
www.ibm.com
2.
After you've got your VXML working, it's a fairly simple process to move to using servlets.
VXML能够正常工作之后,转而使用servlet就是一个非常简单的过程了。
www.ibm.com
3.
The resulting VXML (including the surrounding field definitions) outputs the content in Listing 9.
产生的VXML(包括周围的字段定义)输出清单9中的内容。
www.ibm.com
4.
Next, put your VXML file somewhere publicly accessible.
接下来,将您的VXML文件放在某个可以访问的位置。
www.ibm.com
5.
You can react to users' choices by dynamically generating VXML as needed.
通过按需动态生成VXML,您可以迅速对用户的选择作出反应。
www.ibm.com
6.
The first step in getting your VXML ready for use is to prototype the file.
准备VXML以便使用的第一步就是为文件制定原型。
www.ibm.com
7.
With those considerations aside, let's examine the VXML to accept a new appointment entry.
将这些考虑放在一边,我们只研究如何使用VXML接收新约会条目。
www.ibm.com
8.
In these simple cases, stick with using static VXML files.
在这些简单的情况下,应继续使用静态VXML文件。
www.ibm.com
9.
In fact, you'll notice that many of the example VXML files are holdovers from the first two articles in this series.
实际上,您会注意到,许多示例VXML文件都沿用了本系列前两篇文章中的示例。
www.ibm.com
10.
In your VXML the block is located within the filled section (see Listing 10).
在VXML中,这个块放在filled部分中(见清单10)。
www.ibm.com
1.
Listing 10 and Listing 11, respectively, show sample transformation XSL style sheets for XML to WML and XML to VXML.
清单10和清单11分别展示了XML到WML以及XML到VXML的XSL转换样式表的示例。
www.ibm.com
2.
Listing 1 show the basic format for a VXML file.
清单1显示VXML文件的基本格式。
www.ibm.com
3.
When the variable is filled, the filled block in the VXML is parsed.
填充变量之后,解析VXML中填充的块。
www.ibm.com
4.
Next, look at the VXML source that you'll use to accept the input.
接下来,看看用来接收输入的VXML源代码。
www.ibm.com
5.
I introduced the process of developing VXML, and then showed you how to integrate Java technology into that process.
介绍了开发VXML的过程,然后为您展示了如何将Java技术整合到这一过程之中。
www.ibm.com
6.
For telephone process, mainly use the VXML to complete the development process.
对于电话流程部分,主要利用VXML来完成流程开发。
www.13191.com
7.
And technical standards such as VXML, which provides a standard way to program voice dialogues, have made things easier too.
另外像VXML这样的技术标准也提供了数字化语音对话的标准方法,同样这也使识别更加简单。
www.ecocn.org
8.
Listing 5 shows the sample VXML generated in the process.
清单5显示了该程序生成的一个VXML例子。
www.ibm.com
9.
The result is that you can very quickly output a VXML form to accept input from a user.
通过它可以迅速输出一个VXML表单来接受用户输入。
www.ibm.com
10.
You can see the VXML to generate this description in Listing 4.
我们可以使用VXML生成这种说明,如清单4所示。
www.ibm.com
1.
For example, it's common to run into file-access problems or typos in the VXML file path.
例如,常常会出现文件访问问题或VXML文件路径录入错误。
www.ibm.com
2.
Of course, more often that not, you'll link to another JSP page that in turn outputs VXML of its own
当然,在更多的情况下您要链接的是另外一个JSP页面,它又输出自己的VXML
www.ibm.com
3.
Generate a VXML file that outputs a list of the accepted phrases, and then a list of the accepted categories
生成一个VXML文件,它输出接收到的短语列表,然后输出接收到的类别列表
www.ibm.com
4.
The VXML uses the input method to submit the category and phrase information to the servlet
VXML使用输入方法将类别和短语信息提交给servlet
www.ibm.com
5.
Differences between callers and VXML generators
呼叫者和VXML生成者之间的差异
www.ibm.com
6.
Create VXML grammar that supports a wide range of input
创建支持各种输入的VXML文法
www.ibm.com
7.
VXML: Voice eXtensible Markup Language
语音扩展标记语言:
wenku.baidu.com
8.
Create a generic class for outputting VXML form elements
创建输出VXML表单元素的通用类
www.ibm.com
9.
Submit the request to the blog and report back through VXML
通过VXML向blog提交请求并接收报告
www.ibm.com
10.
The Commercial Navigation System Based on VXML Speech Information
基于VXML的语音信息商务领航系统
www.ccst.gov.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/27 20:07:32