updateOCRValidityByGlare property

bool? updateOCRValidityByGlare

When enabled, fail OCR field validity, if there is a glare over the text ƒfield on the image.

Implementation

bool? get updateOCRValidityByGlare => _updateOCRValidityByGlare;
void updateOCRValidityByGlare=(bool? val)

Implementation

set updateOCRValidityByGlare(bool? val) {
  _updateOCRValidityByGlare = val;
  _set({"updateOCRValidityByGlare": val});
}