ssml
Tags
The SSML input to synthesize an audio output. If you want to follow W3 standards, the ssml field must be used and not the text field. Refer here to know more about SSML Inputs.
SSML Tag | Description |
---|---|
<prosody> | Controls the pitch, rate, and volume of speech. |
<say-as> | Defines how the enclosed text should be spoken (e.g., as a number, date, etc.). |
<sub> | Substitutes one word or phrase for another when speaking. |
<break> | Adds a pause in speech for a specified duration. |
<p> | Indicates a paragraph break, resulting in a pause. |
<s> | Represents a sentence break, adding a pause. |
<speak> | The root tag that defines the speech content. |
<voice> | Specifies which voice to use for speech (e.g., male, female). |