<sub>

Description

Specifies text that will replace some original text, during pronunciation.  This allows a document to contain both a spoken and written form.

Syntax

<sub
    alias="string">
  text
</sub>

Attributes

Attribute

Description

alias

Specifies the string to be spoken instead of the enclosed string. Required.

Parents

Audio Emphasis Enumerate ForEach Paragraph Prompt Prosody Sentence Speak Voice

Children

#PCDATA

Limitations/Restrictions

Example

To include speech markup tags, insert the SSML tags inside one of the <prompt>, <audio>, <enumerate>, or <foreach> (within <prompt>) elements.

<prompt>
   <sub alias="voice genie">VG</sub>
</prompt>