SingleSideScanningResult
data class SingleSideScanningResult(val viz: VizResult?, val mrz: MrzResult?, val barcode: BarcodeResult?, val inputImage: InputImageResult?, val barcodeInputImage: InputImageResult?, val documentImage: CroppedImageResult?, val faceImage: DetailedCroppedImageResult?, val signatureImage: DetailedCroppedImageResult?)
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
Link copied to clipboard
constructor(viz: VizResult?, mrz: MrzResult?, barcode: BarcodeResult?, inputImage: InputImageResult?, barcodeInputImage: InputImageResult?, documentImage: CroppedImageResult?, faceImage: DetailedCroppedImageResult?, signatureImage: DetailedCroppedImageResult?)
Properties
Link copied to clipboard
The data extracted from the barcode.
Link copied to clipboard
The input image containing parsable barcode.
Link copied to clipboard
The cropped document image.
Link copied to clipboard
The cropped face image with additional info.
Link copied to clipboard
The input image.
Link copied to clipboard
The cropped signature image with additional info.