ScanningWrongPassportPage

data class ScanningWrongPassportPage(val isScanningDataPage: Boolean, val documentRotation: DocumentRotation) : ScanningUxEvent

Event that holds information about the incorrect passport page that is currently being scanned.

Constructors

Link copied to clipboard
constructor(isScanningDataPage: Boolean, documentRotation: DocumentRotation)

Properties

Link copied to clipboard

Represents the information of the passport page rotation. This data should be corrected based on the rotation of the device by using com.microblink.blinkid.ux.utils.getCorrectedDocumentRotation function.

Link copied to clipboard

Informs whether the Passport scanning process is on the first page or not.