Knowledge Hub
Text to Speech
The Element Text to Speech
generates audio from a specified text. By default we support multiple English voices - please contact us for different languages.
Parameters
text
The text of the speech to be generated
Type: String
voice
The voice configuration
Type: String
Default: en-US/Kevin/NEURAL
JSON Example
{
"id": "someid",
"type": "TextToSpeech",
"params": {
"text": "",
"voice": "en-US/Kevin/NEURAL"
},
}