config property

  1. @TagNumber(1)
RecognitionConfig config

Features and audio metadata to use for the Automatic Speech Recognition. This field in combination with the google.cloud.speech.v2.RecognizeRequest.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);
  1. @TagNumber(1)
void config=(RecognitionConfig v)

Implementation

@$pb.TagNumber(1)
set config(RecognitionConfig v) {
  setField(1, v);
}