DocumentResult

class DocumentResult(val frame: ByteArray, val barcode: Barcode? = null, val rts: String? = null) : MiSnapTransactionResult

Transaction result for a document session.

Constructors

Link copied to clipboard
constructor(frame: ByteArray, barcode: Barcode? = null, rts: String? = null)

Properties

Link copied to clipboard
val barcode: Barcode? = null

The contents of the barcode if extracted.

Link copied to clipboard

The image data of the document frame.

Link copied to clipboard
val rts: String? = null

An encrypted payload used for an additional authentication.