| Modifier and Type | Class and Description |
|---|---|
class |
ModelFeature
Representes a singular feature of a model.
|
static class |
ModelFeature.Builder
Representes a singular feature of a model.
|
| Modifier and Type | Method and Description |
|---|---|
ModelFeatureOrBuilder |
ModelFeaturesOrBuilder.getModelFeatureOrBuilder(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
ModelFeatureOrBuilder |
ModelFeatures.getModelFeatureOrBuilder(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
ModelFeatureOrBuilder |
ModelFeatures.Builder.getModelFeatureOrBuilder(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ModelFeatureOrBuilder> |
ModelFeaturesOrBuilder.getModelFeatureOrBuilderList()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
List<? extends ModelFeatureOrBuilder> |
ModelFeatures.getModelFeatureOrBuilderList()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
List<? extends ModelFeatureOrBuilder> |
ModelFeatures.Builder.getModelFeatureOrBuilderList()
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.