public interface ModelMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsModelFeatures(String key)
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
Map<String,ModelFeatures> |
getModelFeatures()
Deprecated.
|
int |
getModelFeaturesCount()
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
Map<String,ModelFeatures> |
getModelFeaturesMap()
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
ModelFeatures |
getModelFeaturesOrDefault(String key,
ModelFeatures defaultValue)
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
ModelFeatures |
getModelFeaturesOrThrow(String key)
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getModelFeaturesCount()
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1;boolean containsModelFeatures(String key)
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1;@Deprecated Map<String,ModelFeatures> getModelFeatures()
getModelFeaturesMap() instead.Map<String,ModelFeatures> getModelFeaturesMap()
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1;ModelFeatures getModelFeaturesOrDefault(String key, ModelFeatures defaultValue)
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1;ModelFeatures getModelFeaturesOrThrow(String key)
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1;Copyright © 2025 Google LLC. All rights reserved.