| Modifier and Type | Method and Description |
|---|---|
ModelFeature |
ModelFeature.Builder.build() |
ModelFeature |
ModelFeature.Builder.buildPartial() |
static ModelFeature |
ModelFeature.getDefaultInstance() |
ModelFeature |
ModelFeature.getDefaultInstanceForType() |
ModelFeature |
ModelFeature.Builder.getDefaultInstanceForType() |
ModelFeature |
ModelFeaturesOrBuilder.getModelFeature(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
ModelFeature |
ModelFeatures.getModelFeature(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
ModelFeature |
ModelFeatures.Builder.getModelFeature(int index)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
static ModelFeature |
ModelFeature.parseDelimitedFrom(InputStream input) |
static ModelFeature |
ModelFeature.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelFeature |
ModelFeature.parseFrom(byte[] data) |
static ModelFeature |
ModelFeature.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelFeature |
ModelFeature.parseFrom(ByteBuffer data) |
static ModelFeature |
ModelFeature.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelFeature |
ModelFeature.parseFrom(com.google.protobuf.ByteString data) |
static ModelFeature |
ModelFeature.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelFeature |
ModelFeature.parseFrom(com.google.protobuf.CodedInputStream input) |
static ModelFeature |
ModelFeature.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelFeature |
ModelFeature.parseFrom(InputStream input) |
static ModelFeature |
ModelFeature.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ModelFeature> |
ModelFeaturesOrBuilder.getModelFeatureList()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
List<ModelFeature> |
ModelFeatures.getModelFeatureList()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
List<ModelFeature> |
ModelFeatures.Builder.getModelFeatureList()
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
com.google.protobuf.Parser<ModelFeature> |
ModelFeature.getParserForType() |
static com.google.protobuf.Parser<ModelFeature> |
ModelFeature.parser() |
| Modifier and Type | Method and Description |
|---|---|
ModelFeatures.Builder |
ModelFeatures.Builder.addModelFeature(int index,
ModelFeature value)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
ModelFeatures.Builder |
ModelFeatures.Builder.addModelFeature(ModelFeature value)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
ModelFeature.Builder |
ModelFeature.Builder.mergeFrom(ModelFeature other) |
static ModelFeature.Builder |
ModelFeature.newBuilder(ModelFeature prototype) |
ModelFeatures.Builder |
ModelFeatures.Builder.setModelFeature(int index,
ModelFeature value)
Repeated field that contains all features of the model
repeated .google.cloud.speech.v2.ModelFeature model_feature = 1; |
| Modifier and Type | Method and Description |
|---|---|
ModelFeatures.Builder |
ModelFeatures.Builder.addAllModelFeature(Iterable<? extends ModelFeature> values)
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.