TTS Voice Object
This section outlines the TTS Voice object.
TTS Voice Object Attributes
The fields listed in the table below will be returned in a JSON object when a successful request has been made.
Attribute | Data Type | Description |
---|---|---|
languages read only | object | The languages that the voice supports with the voice priority in scope of the language. Smaller values have higher priority. |
voice_sid read only | string | The voice secure ID. Refer to this table for the complete list of the available voices. |
Sample TTS Voice Object
{
"languages": {
"en-US": 0
},
"voice_sid": "Polly.Joanna"
}