configMask property
The list of fields in
google.cloud.speech.v2.BatchRecognizeRequest.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 given fields in
google.cloud.speech.v2.BatchRecognizeRequest.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.BatchRecognizeRequest.config
completely
overrides and replaces the config in the recognizer for this recognition
request.
Implementation
@$pb.TagNumber(5)
$4.FieldMask get configMask => $_getN(3);
Implementation
@$pb.TagNumber(5)
set configMask($4.FieldMask v) {
setField(5, v);
}