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