public interface ModelFeaturesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelFeature |
getModelFeature(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
int |
getModelFeatureCount()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
List<ModelFeature> |
getModelFeatureList()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
ModelFeatureOrBuilder |
getModelFeatureOrBuilder(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
List<? extends ModelFeatureOrBuilder> |
getModelFeatureOrBuilderList()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ModelFeature> getModelFeatureList()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1;ModelFeature getModelFeature(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1;int getModelFeatureCount()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1;List<? extends ModelFeatureOrBuilder> getModelFeatureOrBuilderList()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1;ModelFeatureOrBuilder getModelFeatureOrBuilder(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1;Copyright © 2025 Google LLC. All rights reserved.