Skip to main content

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.

AttributeData TypeDescription
languages
read only
objectThe languages that the voice supports with the voice priority in scope of the language. Smaller values have higher priority.
voice_sid
read only
stringThe 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"
}