config property
Features and audio metadata to use for the Automatic Speech Recognition.
This field in combination with the
google.cloud.speech.v2.BatchRecognizeFileMetadata.config_mask
field can be used to override parts of the
google.cloud.speech.v2.Recognizer.default_recognition_config
of the Recognizer resource as well as the
google.cloud.speech.v2.BatchRecognizeRequest.config
at the
request level.
Implementation
@$pb.TagNumber(4)
RecognitionConfig get config => $_getN(1);
Implementation
@$pb.TagNumber(4)
set config(RecognitionConfig v) {
setField(4, v);
}