configMask property

  1. @TagNumber(8)
FieldMask configMask

The list of fields in google.cloud.speech.v2.RecognizeRequest.config that override the values in the 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 google.cloud.speech.v2.RecognizeRequest.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, google.cloud.speech.v2.RecognizeRequest.config completely overrides and replaces the config in the recognizer for this recognition request.

Implementation

@$pb.TagNumber(8)
$4.FieldMask get configMask => $_getN(4);
  1. @TagNumber(8)
void configMask=(FieldMask v)

Implementation

@$pb.TagNumber(8)
set configMask($4.FieldMask v) {
  setField(8, v);
}