Uses of Enum Class
com.vonage.client.voice.ncco.SpeechSettings.Language
Packages that use SpeechSettings.Language
Package
Description
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of SpeechSettings.Language in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return SpeechSettings.LanguageModifier and TypeMethodDescriptionSpeechSettings.getLanguage()TranscriptionSettings.getLanguage()Language for the recording transcription.static SpeechSettings.LanguageReturns the enum constant of this class with the specified name.static SpeechSettings.Language[]SpeechSettings.Language.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.voice.ncco with parameters of type SpeechSettings.LanguageModifier and TypeMethodDescriptionSpeechSettings.Builder.language(SpeechSettings.Language language) Expected language of the user's speech.TranscriptionSettings.Builder.language(SpeechSettings.Language language) The language (BCP-47 format) for the recording you're transcribing.voidSpeechSettings.setLanguage(SpeechSettings.Language language) Deprecated.
SpeechSettings.Builder.language(Language).