checkHoldersSignature property

bool? get checkHoldersSignature

Set to true to enable detection of the document holder’s signature.

Implementation

bool? get checkHoldersSignature => _checkHoldersSignature;
set checkHoldersSignature (bool? val)

Implementation

set checkHoldersSignature(bool? val) {
  _checkHoldersSignature = val;
  _set({"checkHoldersSignature": val});
}