VoiceXML 1.0 only. Java Speech Markup Language element that modifies how a word or phrase is spoken.
Note: In VoiceXML 2.0, this tag is replaced by the <say-as> tag. The <say-as> tag is from the Synchronized Speech Markup Language.
| Attribute | Description | ||||||||||||||
sub |
Substitute text to be spoken instead of enclosed text. Optional. |
||||||||||||||
type class |
Speak enclosed text in the given style. Optional. Possible values with enclosed text formats are:
Note: The |
||||||||||||||
phon |
Not implemented. Representation of the Unicode International Phonetic Alphabet (IPA) characters to be spoken instead of enclosed text. Optional. |
The following events may be thrown during the execution of a <sayas> element:
| Parents | Children |
|
| | VoiceXML 1.0 Specification: <sayas> |
| | Related tags: <break>, <div>, <emp>, <pros> |
<?xml version="1.0" ?>
<!DOCTYPE vxml PUBLIC "-//BeVocal Inc//VoiceXML 1.0//EN"
"http://cafe.bevocal.com/libraries/dtd/vxml1-0-bevocal.dtd">
<vxml version="1.0">
<form>
<block>
<prompt>
Here is a currency amount: <sayas class="currency"> $123.45 </sayas>
Here is a company: <sayas class="equity"> csco </sayas>
Here is a number: <sayas class="number"> 10.05 </sayas>
Here is an integer number. You should not hear any decimal content:
<sayas class="number"> 10 </sayas>
Here is an airport: <sayas class="airport"> DFW </sayas>
Here is an airline: <sayas class="airline"> AA </sayas>
Here is a phone number: <sayas class="phone"> 512-301-0691 </sayas>
Here is a date: <sayas class="date"> 20001210 </sayas>
Here is a street: <sayas class="street"> heiden lane </sayas>
Here is a city: <sayas class="city"> austin </sayas>
Here is a state: <sayas class="state"> texas </sayas>
Here is a citystate: <sayas class="citystate"> austin, texas </sayas>
Here is a digit string: <sayas class="digits"> 123456 </sayas>
</prompt>
</block>
</form>
</vxml>
| Café Home |
Developer Agreement |
Privacy Policy |
Site Map |
Terms & Conditions Part No. 520-0001-02 | © 1999-2007, BeVocal, Inc. All rights reserved | 1.877.33.VOCAL |