public static interface AdvancedSettings.SpeechSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsModels(String key)
Mapping from language to Speech-to-Text model.
|
int |
getEndpointerSensitivity()
Sensitivity of the speech model that detects the end of speech.
|
Map<String,String> |
getModels()
Deprecated.
|
int |
getModelsCount()
Mapping from language to Speech-to-Text model.
|
Map<String,String> |
getModelsMap()
Mapping from language to Speech-to-Text model.
|
String |
getModelsOrDefault(String key,
String defaultValue)
Mapping from language to Speech-to-Text model.
|
String |
getModelsOrThrow(String key)
Mapping from language to Speech-to-Text model.
|
com.google.protobuf.Duration |
getNoSpeechTimeout()
Timeout before detecting no speech.
|
com.google.protobuf.DurationOrBuilder |
getNoSpeechTimeoutOrBuilder()
Timeout before detecting no speech.
|
boolean |
getUseTimeoutBasedEndpointing()
Use timeout based endpointing, interpreting endpointer sensitivity as
seconds of timeout value.
|
boolean |
hasNoSpeechTimeout()
Timeout before detecting no speech.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getEndpointerSensitivity()
Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
int32 endpointer_sensitivity = 1;boolean hasNoSpeechTimeout()
Timeout before detecting no speech.
.google.protobuf.Duration no_speech_timeout = 2;com.google.protobuf.Duration getNoSpeechTimeout()
Timeout before detecting no speech.
.google.protobuf.Duration no_speech_timeout = 2;com.google.protobuf.DurationOrBuilder getNoSpeechTimeoutOrBuilder()
Timeout before detecting no speech.
.google.protobuf.Duration no_speech_timeout = 2;boolean getUseTimeoutBasedEndpointing()
Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.
bool use_timeout_based_endpointing = 3;int getModelsCount()
Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
map<string, string> models = 5;boolean containsModels(String key)
Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
map<string, string> models = 5;@Deprecated Map<String,String> getModels()
getModelsMap() instead.Map<String,String> getModelsMap()
Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
map<string, string> models = 5;String getModelsOrDefault(String key, String defaultValue)
Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
map<string, string> models = 5;String getModelsOrThrow(String key)
Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
map<string, string> models = 5;Copyright © 2025 Google LLC. All rights reserved.