DocumentSession

@Serializable
class DocumentSession(val jpegImage: ByteArray, val video: ByteArray? = null, val extraction: DocumentExtraction?, val classification: DocumentClassification?, val barcode: Barcode?, val warnings: List<UserAction>, val misnapMibiData: MiSnapMibiData, val licenseExpired: Boolean, val rts: String? = null) : MiSnapFinalResult

Result from a Document session.

Constructors

Link copied to clipboard
constructor(jpegImage: ByteArray, video: ByteArray? = null, extraction: DocumentExtraction?, classification: DocumentClassification?, barcode: Barcode?, warnings: List<UserAction>, misnapMibiData: MiSnapMibiData, licenseExpired: Boolean, rts: String? = null)

Properties

Link copied to clipboard

The contents of the barcode if extracted.

Link copied to clipboard

The classification of the document if requested and classified.

Link copied to clipboard

The contents of the document if extracted.

Link copied to clipboard

The jpeg image data of the final result.

Link copied to clipboard

Indicates if the license should be renewed.

Link copied to clipboard

The analytics data collected from the session.

Link copied to clipboard
val rts: String? = null

An encrypted payload used for an additional authentication.

Link copied to clipboard
val video: ByteArray? = null

The video of the session if requested.

Link copied to clipboard

A list of UserAction representing the IQA warnings found in the frame for a manual trigger session.