config property
Required. Features and audio metadata to use for the Automatic Speech
Recognition. This field in combination with the
google.cloud.speech.v2.StreamingRecognitionConfig.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(1)
RecognitionConfig get config => $_getN(0);
Implementation
@$pb.TagNumber(1)
set config(RecognitionConfig v) {
setField(1, v);
}