3.4. break

Element typebreak
Attributessize | time
Parentsaudio | choice | emphasis | enumerate | menu | paragraph | prompt | prosody | sentence | voice
ChildrenNone.
DescriptionInserts a silent interval in a text-to-speech rendering.

DTD

<!ELEMENT break EMPTY >
<!ATTLIST break
  size (large | medium | small | none) 'medium'
  time %duration;                      #IMPLIED >

Language model



Attributes

size : ( large | medium | small | none) = medium

Indicates the length of the break using semantic language.

time : duration

Indicates the length of the break.

Children

None.

Examples

Example 3-6. Using break elements to create a countdown
<?xml version="1.0" encoding="iso-8859-1"?>
<vxml version="2.0">
  <form id="audiotest">
    <block>
      <prompt>Wait a moment <break size="large"/>
        three <break time="1000ms"/>
        two <break time="1000ms"/>
        one <break time="1000ms"/>
        blast off!</prompt>
    </block>
  </form>
</vxml>

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.45.212