DocumentExtraction

@Serializable
data class DocumentExtraction(val mrz: Mrz? = null, val extractedData: DocumentData? = null, val extractedDataCorners: ExtractedDataCorners? = null)

Describes the contents extracted from a document.

Constructors

Link copied to clipboard
constructor(mrz: Mrz? = null, extractedData: DocumentData? = null, extractedDataCorners: ExtractedDataCorners? = null)

Properties

Link copied to clipboard

A DocumentData instance from the document MRZ with the parsed contents of the MRZ.

Link copied to clipboard

An ExtractedDataCorners instance from the document MRZ with supplemental information about the supported and available mrz data elements.

Link copied to clipboard
val mrz: Mrz? = null

An Mrz instance from the document MRZ for use in NFC sessions.