Method TextToSpeechSetVoice
TextToSpeechSetVoice(string)
Sets the current voice used when playback of a message occurs. TextToSpeechAvailableVoices contains a list of all available voice names that can be passed into this method when logged in.
Declaration
void TextToSpeechSetVoice(string voiceName)
Parameters
Type | Name | Description |
---|---|---|
string | voiceName | The name of the voice profile you want to use |