| Modifier and Type | Method and Description |
|---|---|
ModelFeatures |
ModelFeatures.Builder.build() |
ModelFeatures |
ModelFeatures.Builder.buildPartial() |
static ModelFeatures |
ModelFeatures.getDefaultInstance() |
ModelFeatures |
ModelFeatures.getDefaultInstanceForType() |
ModelFeatures |
ModelFeatures.Builder.getDefaultInstanceForType() |
ModelFeatures |
ModelMetadata.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 |
ModelMetadata.Builder.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 |
ModelMetadataOrBuilder.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 |
ModelMetadata.getModelFeaturesOrThrow(String key)
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
ModelFeatures |
ModelMetadata.Builder.getModelFeaturesOrThrow(String key)
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
ModelFeatures |
ModelMetadataOrBuilder.getModelFeaturesOrThrow(String key)
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
static ModelFeatures |
ModelFeatures.parseDelimitedFrom(InputStream input) |
static ModelFeatures |
ModelFeatures.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelFeatures |
ModelFeatures.parseFrom(byte[] data) |
static ModelFeatures |
ModelFeatures.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelFeatures |
ModelFeatures.parseFrom(ByteBuffer data) |
static ModelFeatures |
ModelFeatures.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelFeatures |
ModelFeatures.parseFrom(com.google.protobuf.ByteString data) |
static ModelFeatures |
ModelFeatures.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelFeatures |
ModelFeatures.parseFrom(com.google.protobuf.CodedInputStream input) |
static ModelFeatures |
ModelFeatures.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelFeatures |
ModelFeatures.parseFrom(InputStream input) |
static ModelFeatures |
ModelFeatures.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ModelFeatures> |
ModelMetadata.getModelFeatures()
Deprecated.
|
Map<String,ModelFeatures> |
ModelMetadata.Builder.getModelFeatures()
Deprecated.
|
Map<String,ModelFeatures> |
ModelMetadataOrBuilder.getModelFeatures()
Deprecated.
|
Map<String,ModelFeatures> |
ModelMetadata.getModelFeaturesMap()
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
Map<String,ModelFeatures> |
ModelMetadata.Builder.getModelFeaturesMap()
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
Map<String,ModelFeatures> |
ModelMetadataOrBuilder.getModelFeaturesMap()
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
Map<String,ModelFeatures> |
ModelMetadata.Builder.getMutableModelFeatures()
Deprecated.
|
com.google.protobuf.Parser<ModelFeatures> |
ModelFeatures.getParserForType() |
static com.google.protobuf.Parser<ModelFeatures> |
ModelFeatures.parser() |
| Modifier and Type | Method and Description |
|---|---|
ModelFeatures |
ModelMetadata.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 |
ModelMetadata.Builder.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 |
ModelMetadataOrBuilder.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.Builder |
ModelFeatures.Builder.mergeFrom(ModelFeatures other) |
static ModelFeatures.Builder |
ModelFeatures.newBuilder(ModelFeatures prototype) |
ModelMetadata.Builder |
ModelMetadata.Builder.putModelFeatures(String key,
ModelFeatures value)
Map of the model name -> features of that model
map<string, .google.cloud.speech.v2.ModelFeatures> model_features = 1; |
| Modifier and Type | Method and Description |
|---|---|
ModelMetadata.Builder |
ModelMetadata.Builder.putAllModelFeatures(Map<String,ModelFeatures> values)
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.