public class DeIdCardBack
extends GenericDocumentWrapper
German ID card, back side
@NotNull public static java.lang.String DOCUMENT_TYPE
Generic document type name of this document wrapper.
@NotNull public static java.lang.String DOCUMENT_NORMALIZED_TYPE
Normalized document type name of this document wrapper.
public static io.scanbot.genericdocument.entity.DeIdCardBack.Companion Companion
public DeIdCardBack(@NotNull
GenericDocument document)
German ID card, back side
@NotNull protected java.lang.String getRequiredDocumentType()
The required type of the wrapped document. Null if this wrapper can wrap more than one type of document
@NotNull public TextFieldWrapper getAddress()
Address
@NotNull public TextFieldWrapper getEyeColor()
Eye color
@NotNull public TextFieldWrapper getHeight()
Height
@NotNull public TextFieldWrapper getIssueDate()
Issue date
@NotNull public TextFieldWrapper getIssuingAuthority()
Issuing authority
@NotNull public TextFieldWrapper getPseudonym()
Pseudonym
@NotNull public TextFieldWrapper getRawMRZ()
Raw MRZ text value
@NotNull public MRZ getMrz()
Contains the MRZ sub-document.