NameElement

data class NameElement(val primaryIdentifier: Element?, val secondaryIdentifier: Element?)

Represents a name element extracted from a Machine Readable Zone (MRZ) according to the ICAO Doc 9303.

A name element typically consists of a primary identifier (such as surname) and a secondary identifier (such as given names).

Constructors

Link copied to clipboard
fun NameElement(primaryIdentifier: Element?, secondaryIdentifier: Element?)

Properties

Link copied to clipboard

The primary identifier of the name element, such as surname.

Link copied to clipboard

The secondary identifier of the name element, such as given names.