Uses of Enum Class
com.vonage.client.voice.TextToSpeechLanguage
Packages that use TextToSpeechLanguage
Package
Description
Implementation of the Conversation API.
Implementation of the Vonage Voice API.
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of TextToSpeechLanguage in com.vonage.client.conversations
Methods in com.vonage.client.conversations that return TextToSpeechLanguageModifier and TypeMethodDescriptionAudioRecordEvent.getLanguage()Text-to-speech transcription language.AudioSayEvent.getLanguage()Language for the spoken text.Methods in com.vonage.client.conversations with parameters of type TextToSpeechLanguageModifier and TypeMethodDescriptionAudioRecordEvent.Builder.language(TextToSpeechLanguage language) Text-to-speech transcription language.AudioSayEvent.Builder.language(TextToSpeechLanguage language) Language for the spoken text. -
Uses of TextToSpeechLanguage in com.vonage.client.voice
Methods in com.vonage.client.voice that return TextToSpeechLanguageModifier and TypeMethodDescriptionTalkPayload.getLanguage()The Language that will be used to converttextinto speech.static TextToSpeechLanguageReturns the enum constant of this class with the specified name.static TextToSpeechLanguage[]TextToSpeechLanguage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.voice with parameters of type TextToSpeechLanguageModifier and TypeMethodDescriptionTalkPayload.Builder.language(TextToSpeechLanguage language) The speech language to use.VoiceClient.startTalk(String uuid, String text, TextToSpeechLanguage language) Deprecated.VoiceClient.startTalk(String uuid, String text, TextToSpeechLanguage language, int style) Deprecated.VoiceClient.startTalk(String uuid, String text, TextToSpeechLanguage language, int style, int loop) Deprecated. -
Uses of TextToSpeechLanguage in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return TextToSpeechLanguageMethods in com.vonage.client.voice.ncco with parameters of type TextToSpeechLanguage
VoiceClient.startTalk(String, TalkPayload).