Identifies the enclosed text as a paragraph, containing zero or more sentences.
<paragraph
xml:lang="language">
child elements
</paragraph>
|
|
Attribute |
Description |
|
xml:lang |
Defines the language and locale for this paragraph. Optional. |
Audio Enumerate ForEach Prompt Prosody Speak Voice
Audio Break Emphasis Mark Phoneme Prosody Say-as Sentence Sub Value Voice #PCDATA
<paragraph> is not supported.To include speech markup tags, insert the SSML tags inside one of the <prompt>, <audio>, <enumerate>, or <foreach> (within <prompt>) elements.
<prompt>
<p>
<s>This is the first sentence of the first paragraph.</s>
<s>This is the second sentence of the first paragraph.</s>
</p>
</prompt>
|