configMask property

  1. @TagNumber(3)
FieldMask configMask

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

Implementation

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

Implementation

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