CheckScannerUiResult

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(source: Map<String, Any?>)
constructor(json: JSONObject)
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.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun close()
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject