DocumentSessionInfo
@Serializable
Information about a Document session.
Constructors
Link copied to clipboard
constructor(docType: String? = null, classificationType: String? = null, mrzExtracted: Boolean? = null, optionalDataRedacted: Boolean? = null, enhancedManual: Boolean? = null, mode: String? = null, fourCorners: Array<IntArray>? = null, deviceOrientation: String? = null, documentOrientation: String? = null, warnings: List<String>? = null, jpegQuality: Int? = null, totalDuration: Long, autoTries: Int? = null, manualTries: Int? = null, iqasRequired: Boolean? = null)
Properties
Link copied to clipboard
Link copied to clipboard
The device orientation, values: "Landscape", "Portrait".
Link copied to clipboard
The document orientation, values: "Landscape", "Portrait".
Link copied to clipboard
Whether "enhanced manual" mode was requested or not.
Link copied to clipboard
The four corner data of the document as a 2D array.
Link copied to clipboard
Linked to the value of MiSnapSettings.Analysis.Document.prioritizeDocumentExtractionOverImageQuality
Link copied to clipboard
The jpeg quality value from 0 to 100 applied to the final image.
Link copied to clipboard
The number of times the user attempted the session in manual mode.
Link copied to clipboard
Whether MRZ data was extracted or not.
Link copied to clipboard
Whether BSN was redacted out of applicable NLD documents or not.
Link copied to clipboard
The total duration of the session in milliseconds.