Browse
 
Tools
Rss Categories

Reference

11 "prosody" Element

<prosody> Description Designates the prosodic attributes (pitch, speed, volume) of the text surrounded with tags. Syntax <prosody pitch = “x-low” | “low” | “medium” | “high” | “x-high” | “default” | relative change(unit :…

12 "s" Element

<s> Description Regards the text surrounded with tags as a sentence. Syntax <s xml:lang = “locale” child elements </s> Attributes Attribute Description xml:lang Specifies the language to be used within the sentences and locale. optional…

13 "say-as" Element

<say-as> Description The say-as element provides users the ability to annotate fragments of text in order to force particular interpretation. Marking a fragment with <say-as> disables most default normalization rules, which would otherwise have…

14 "speak" Root Element

<speak> Description Speak is the root element of the Speech Synthesis Markup Language (SSML). Syntax <speak version = “1.0” xml:lang = “locale” xml:base = “URI” xmlns = “URI” xsi:schemaLocation = “URI” … > child element </speak>…

15 "sub" Element

<sub> Description The sub element is employed to indicate that the text in the alias attribute value replaces the contained text for pronunciation. This allows a document to contain both a spoken and written form. The required alias attribute specifies…

16 "voice" Element

<voice> Description Sets the voice to be used. Syntax <voice xml:lang = ”locale” gender = ”male” | ”female” | “neutral” age = “integer” variant = “integer” name = “name” > child elements </voice> Attributes Attribute…