Readonly checkGeneric document containing check data. Not present, if status is FAIL.
Readonly croppedCrop of the check if documentDetectionMode is set to DETECT_AND_CROP_DOCUMENT. Will be non-empty, only if check recognition succeeded.
Readonly documentThe result of document detection. Will be set only if detectDocument in the configuration is set to true. Check scanning may still succeed even if the whole document is not visible in the input image and the complete document could not be located.
Readonly statusMagnetic ink strip scanning status.
Default is ERROR_NOTHING_FOUND
The result of check scanning.
Example
Since the instance of the class contains objects backed by native resources (e.g. images) and implements
AsyncDisposableit's highly recommended to use theawait usingsyntax when an instance is created or is received from an API:Alternatively, one can explicitly call release method to release the native resources or use autorelease convenience function. If neither is used, the resource will be released when the instance is garbage collected which is not recommended.