configMask property

String? configMask
getter/setter pair

The list of fields in config that override the values in the default_recognition_config of the recognizer during this recognition request.

If no mask is provided, all given fields in 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, config completely overrides and replaces the config in the recognizer for this recognition request.

Implementation

core.String? configMask;