DocumentData
@Serializable
Describes the formatted extracted contents of a document.
Constructors
Link copied to clipboard
constructor(docType: String? = null, country: String? = null, surname: String? = null, firstName: String? = null, docNumber: String? = null, nationality: String? = null, dateOfBirth: String? = null, sex: String? = null, dateOfExpiration: String? = null, optionalData1: String? = null, optionalData2: String? = null, rawData: String? = null)
Properties
Link copied to clipboard
The date of birth parsed from the MRZ formatted as YYYY-MM-DD.
Link copied to clipboard
The date of expiration parsed from the MRZ formatted as YYYY-MM-DD.
Link copied to clipboard
The nationality parsed from the MRZ.
Link copied to clipboard
The optional data 1 parsed from the MRZ.
Link copied to clipboard
The optional data 2 parsed from the MRZ.