Uses of Class
com.google.cloud.dialogflow.cx.v3.SpeechModelVariant
-
Packages that use SpeechModelVariant Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of SpeechModelVariant in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return SpeechModelVariant Modifier and Type Method Description static SpeechModelVariant
SpeechModelVariant. forNumber(int value)
SpeechModelVariant
InputAudioConfig.Builder. getModelVariant()
Optional.SpeechModelVariant
InputAudioConfig. getModelVariant()
Optional.SpeechModelVariant
InputAudioConfigOrBuilder. getModelVariant()
Optional.static SpeechModelVariant
SpeechModelVariant. valueOf(int value)
Deprecated.static SpeechModelVariant
SpeechModelVariant. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SpeechModelVariant
SpeechModelVariant. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpeechModelVariant[]
SpeechModelVariant. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type SpeechModelVariant Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SpeechModelVariant>
SpeechModelVariant. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type SpeechModelVariant Modifier and Type Method Description InputAudioConfig.Builder
InputAudioConfig.Builder. setModelVariant(SpeechModelVariant value)
Optional.
-