SingleSideScanningResult class

Represents the result of scanning a single side of the document.

Contains the data extracted from the Visual Inspection Zone, Machine Readable Zone, barcode, the input image, and the cropped document, face, and signature images.

Constructors

SingleSideScanningResult.new(Map<String, dynamic> nativeSingleSideScanningResult)
Represents the result of scanning a single side of the document.

Properties

barcode BarcodeResult?
The data extracted from the barcode.
getter/setter pair
barcodeInputImage String?
The input image containing parsable barcode in the Base64 format.
getter/setter pair
documentImage String?
The cropped document image in the Base64 format.
getter/setter pair
faceImage DetailedCroppedImageResult?
The cropped face image with additional info.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputImage String?
The input image in the Base64 format.
getter/setter pair
mrz MrzResult?
The data extracted from the Machine Readable Zone.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureImage DetailedCroppedImageResult?
The cropped signature image with additional info.
getter/setter pair
viz VizResult?
The data extracted from the Visual Inspection Zone.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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