public interface StreamingRecognitionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RecognitionConfig |
getConfig()
Required.
|
com.google.protobuf.FieldMask |
getConfigMask()
The list of fields in
[config][google.cloud.speech.v2.StreamingRecognitionConfig.config] that
override the values in the
[default_recognition_config][google.cloud.speech.v2.Recognizer.default_recognition_config]
of the recognizer during this recognition request.
|
com.google.protobuf.FieldMaskOrBuilder |
getConfigMaskOrBuilder()
The list of fields in
[config][google.cloud.speech.v2.StreamingRecognitionConfig.config] that
override the values in the
[default_recognition_config][google.cloud.speech.v2.Recognizer.default_recognition_config]
of the recognizer during this recognition request.
|
RecognitionConfigOrBuilder |
getConfigOrBuilder()
Required.
|
StreamingRecognitionFeatures |
getStreamingFeatures()
Speech recognition features to enable specific to streaming audio
recognition requests.
|
StreamingRecognitionFeaturesOrBuilder |
getStreamingFeaturesOrBuilder()
Speech recognition features to enable specific to streaming audio
recognition requests.
|
boolean |
hasConfig()
Required.
|
boolean |
hasConfigMask()
The list of fields in
[config][google.cloud.speech.v2.StreamingRecognitionConfig.config] that
override the values in the
[default_recognition_config][google.cloud.speech.v2.Recognizer.default_recognition_config]
of the recognizer during this recognition request.
|
boolean |
hasStreamingFeatures()
Speech recognition features to enable specific to streaming audio
recognition requests.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfig()
Required. Features and audio metadata to use for the Automatic Speech Recognition. This field in combination with the [config_mask][google.cloud.speech.v2.StreamingRecognitionConfig.config_mask] field can be used to override parts of the [default_recognition_config][google.cloud.speech.v2.Recognizer.default_recognition_config] of the Recognizer resource.
.google.cloud.speech.v2.RecognitionConfig config = 1 [(.google.api.field_behavior) = REQUIRED];
RecognitionConfig getConfig()
Required. Features and audio metadata to use for the Automatic Speech Recognition. This field in combination with the [config_mask][google.cloud.speech.v2.StreamingRecognitionConfig.config_mask] field can be used to override parts of the [default_recognition_config][google.cloud.speech.v2.Recognizer.default_recognition_config] of the Recognizer resource.
.google.cloud.speech.v2.RecognitionConfig config = 1 [(.google.api.field_behavior) = REQUIRED];
RecognitionConfigOrBuilder getConfigOrBuilder()
Required. Features and audio metadata to use for the Automatic Speech Recognition. This field in combination with the [config_mask][google.cloud.speech.v2.StreamingRecognitionConfig.config_mask] field can be used to override parts of the [default_recognition_config][google.cloud.speech.v2.Recognizer.default_recognition_config] of the Recognizer resource.
.google.cloud.speech.v2.RecognitionConfig config = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasConfigMask()
The list of fields in [config][google.cloud.speech.v2.StreamingRecognitionConfig.config] that override the values in the [default_recognition_config][google.cloud.speech.v2.Recognizer.default_recognition_config] of the recognizer during this recognition request. If no mask is provided, all non-default valued fields in [config][google.cloud.speech.v2.StreamingRecognitionConfig.config] override the values in the Recognizer for this recognition request. If a mask is provided, only the fields listed in the mask override the config in the Recognizer for this recognition request. If a wildcard (`*`) is provided, [config][google.cloud.speech.v2.StreamingRecognitionConfig.config] completely overrides and replaces the config in the recognizer for this recognition request.
.google.protobuf.FieldMask config_mask = 3;com.google.protobuf.FieldMask getConfigMask()
The list of fields in [config][google.cloud.speech.v2.StreamingRecognitionConfig.config] that override the values in the [default_recognition_config][google.cloud.speech.v2.Recognizer.default_recognition_config] of the recognizer during this recognition request. If no mask is provided, all non-default valued fields in [config][google.cloud.speech.v2.StreamingRecognitionConfig.config] override the values in the Recognizer for this recognition request. If a mask is provided, only the fields listed in the mask override the config in the Recognizer for this recognition request. If a wildcard (`*`) is provided, [config][google.cloud.speech.v2.StreamingRecognitionConfig.config] completely overrides and replaces the config in the recognizer for this recognition request.
.google.protobuf.FieldMask config_mask = 3;com.google.protobuf.FieldMaskOrBuilder getConfigMaskOrBuilder()
The list of fields in [config][google.cloud.speech.v2.StreamingRecognitionConfig.config] that override the values in the [default_recognition_config][google.cloud.speech.v2.Recognizer.default_recognition_config] of the recognizer during this recognition request. If no mask is provided, all non-default valued fields in [config][google.cloud.speech.v2.StreamingRecognitionConfig.config] override the values in the Recognizer for this recognition request. If a mask is provided, only the fields listed in the mask override the config in the Recognizer for this recognition request. If a wildcard (`*`) is provided, [config][google.cloud.speech.v2.StreamingRecognitionConfig.config] completely overrides and replaces the config in the recognizer for this recognition request.
.google.protobuf.FieldMask config_mask = 3;boolean hasStreamingFeatures()
Speech recognition features to enable specific to streaming audio recognition requests.
.google.cloud.speech.v2.StreamingRecognitionFeatures streaming_features = 2;StreamingRecognitionFeatures getStreamingFeatures()
Speech recognition features to enable specific to streaming audio recognition requests.
.google.cloud.speech.v2.StreamingRecognitionFeatures streaming_features = 2;StreamingRecognitionFeaturesOrBuilder getStreamingFeaturesOrBuilder()
Speech recognition features to enable specific to streaming audio recognition requests.
.google.cloud.speech.v2.StreamingRecognitionFeatures streaming_features = 2;Copyright © 2023 Google LLC. All rights reserved.