CallSayParameters
The parameters can be passed as arguments to the Call.say method.
Props
language
language:
Optional. Language and voice for TTS. List of all supported voices: VoiceList. The default value is VoiceList.Amazon.en_US_Joanna.
Available for providers: Amazon, Google, IBM, Microsoft, SaluteSpeech, T-Bank, Yandex.
progressivePlayback
progressivePlayback: false
| undefined
| true
Optional. Whether to use progressive playback. If true, the generated speech is delivered in chunks which reduces delay before a method call and playback. The default value is false.
Available for providers: Amazon, Google, IBM, Microsoft, SaluteSpeech, T-Bank, Yandex.
request
request: Object
Optional. Provide the TTS parameters directly to the provider in this parameter. Find more information in the documentation.
Available for providers: Google, SaluteSpeech, T-Bank, YandexV3.
ttsOptions
ttsOptions:
Optional. Parameters for TTS. Note that support of the TTSOptions.pitch parameter depends on the language and dictionary used. For unsupported combinations the CallEvents.PlaybackFinished event is triggered with error 400.
Available for providers: Amazon, Google, IBM, Microsoft, SaluteSpeech, T-Bank, Yandex.