MrzScannerUiResult

data class MrzScannerUiResult(val rawMRZ: String, val mrzDocument: GenericDocument?) : AutoCloseable, Parcelable

Configuration of the MRZ RTU UI result.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(rawMRZ: String, mrzDocument: GenericDocument?)

Properties

Link copied to clipboard

Generic document containing MRZ data.

Link copied to clipboard

Raw string value of MRZ.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun close()
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject