Check Scanner Ui Result
data class CheckScannerUiResult(val recognitionStatus: CheckMagneticInkStripScanningStatus, val croppedImage: ImageRef?, val check: GenericDocument?) : AutoCloseable, Parcelable
Configuration of the check scanner RTU UI result.
Constructors
Link copied to clipboard
constructor(recognitionStatus: CheckMagneticInkStripScanningStatus, croppedImage: ImageRef?, check: GenericDocument?)
Properties
Link copied to clipboard
Generic document containing check data. Not present, if status is FAIL.
Link copied to clipboard
Crop of the check if documentDetectionMode is set to DETECT_AND_CROP_DOCUMENT. Will be non-empty, only if check recognition succeeded.
Link copied to clipboard
The status of the check recognition step.