Uses of Enum
com.bandwidth.sdk.model.CallTranscriptionDetectedLanguageEnum
Packages that use CallTranscriptionDetectedLanguageEnum
-
Uses of CallTranscriptionDetectedLanguageEnum in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return CallTranscriptionDetectedLanguageEnumModifier and TypeMethodDescriptionCallTranscription.getDetectedLanguage()
Get detectedLanguageCallTranscriptionDetectedLanguageEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.CallTranscriptionDetectedLanguageEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bandwidth.sdk.model with parameters of type CallTranscriptionDetectedLanguageEnumModifier and TypeMethodDescriptionCallTranscription.detectedLanguage
(CallTranscriptionDetectedLanguageEnum detectedLanguage) void
CallTranscription.setDetectedLanguage
(CallTranscriptionDetectedLanguageEnum detectedLanguage) void
CallTranscriptionDetectedLanguageEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, CallTranscriptionDetectedLanguageEnum enumeration)