CheckScannerUiResult class

Configuration of the check scanner RTU UI result.

Constructors

CheckScannerUiResult({required CheckMagneticInkStripScanningStatus recognitionStatus, required ImageRef? croppedImage, required GenericDocument? check})
CheckScannerUiResult.fromJson(Map<String, dynamic> json)
factory

Properties

check GenericDocument?
Generic document containing check data. Not present, if status is FAIL.
final
croppedImage ImageRef?
Crop of the check if documentDetectionMode is set to DETECT_AND_CROP_DOCUMENT. Will be non-empty, only if check recognition succeeded.
final
hashCode int
The hash code for this object.
no setterinherited
recognitionStatus CheckMagneticInkStripScanningStatus
The status of the check recognition step.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encodeImages() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
toJson({ToJsonConfiguration? config}) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited