CheckScanningResult constructor
- CheckMagneticInkStripScanningStatus status = CheckMagneticInkStripScanningStatus.ERROR_NOTHING_FOUND,
- required GenericDocument? check,
- required DocumentDetectionResult? documentDetectionResult,
- ImageRef? croppedImage,
Implementation
CheckScanningResult({
this.status = CheckMagneticInkStripScanningStatus.ERROR_NOTHING_FOUND,
required this.check,
required this.documentDetectionResult,
ImageRef? croppedImage,
}) : croppedImage = croppedImage ?? null;