Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
static SpeechModelVariant |
SpeechModelVariant.forNumber(int value) |
SpeechModelVariant |
InputAudioConfig.getModelVariant()
Which variant of the [Speech model][google.cloud.dialogflow.v2beta1.InputAudioConfig.model] to use.
|
SpeechModelVariant |
InputAudioConfig.Builder.getModelVariant()
Which variant of the [Speech model][google.cloud.dialogflow.v2beta1.InputAudioConfig.model] to use.
|
SpeechModelVariant |
InputAudioConfigOrBuilder.getModelVariant()
Which variant of the [Speech model][google.cloud.dialogflow.v2beta1.InputAudioConfig.model] to use.
|
SpeechModelVariant |
SpeechToTextConfigOrBuilder.getSpeechModelVariant()
The speech model used in speech to text.
|
SpeechModelVariant |
SpeechToTextConfig.getSpeechModelVariant()
The speech model used in speech to text.
|
SpeechModelVariant |
SpeechToTextConfig.Builder.getSpeechModelVariant()
The speech model used in speech to text.
|
static SpeechModelVariant |
SpeechModelVariant.valueOf(Descriptors.EnumValueDescriptor desc) |
static SpeechModelVariant |
SpeechModelVariant.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<SpeechModelVariant> |
SpeechModelVariant.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
InputAudioConfig.Builder |
InputAudioConfig.Builder.setModelVariant(SpeechModelVariant value)
Which variant of the [Speech model][google.cloud.dialogflow.v2beta1.InputAudioConfig.model] to use.
|
SpeechToTextConfig.Builder |
SpeechToTextConfig.Builder.setSpeechModelVariant(SpeechModelVariant value)
The speech model used in speech to text.
|
Copyright © 2022 Google LLC. All rights reserved.