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