ALMrzResult Class Reference

Inherits from NSObject
Declared in ALPluginResult.h

Overview

Describes result information of scanning MRZ

  allCheckDigitsValid

True if all check digits are valid

@property (nonatomic, assign) BOOL allCheckDigitsValid

Declared In

ALPluginResult.h

  checkDigitDateOfBirth

The CheckDigitDateOfBirth

@property (nonatomic, copy) NSString *checkDigitDateOfBirth

Declared In

ALPluginResult.h

  checkDigitDateOfExpiry

The CheckDigitDateOfExpiry

@property (nonatomic, copy) NSString *checkDigitDateOfExpiry

Declared In

ALPluginResult.h

  checkDigitDocumentNumber

The CheckDigitDocumentNumber

@property (nonatomic, copy) NSString *checkDigitDocumentNumber

Declared In

ALPluginResult.h

  checkDigitFinal

The CheckDigitFinal

@property (nonatomic, copy) NSString *checkDigitFinal

Declared In

ALPluginResult.h

  checkDigitPersonalNumber

The CheckDigitPersonalNumber

@property (nonatomic, copy) NSString *checkDigitPersonalNumber

Declared In

ALPluginResult.h

  dateOfBirth

The DateOfBirth

@property (nonatomic, copy) NSString *dateOfBirth

Declared In

ALPluginResult.h

  dateOfBirthObject

The DateOfBirthObject

@property (nonatomic, copy) NSString *dateOfBirthObject

Declared In

ALPluginResult.h

  dateOfExpiry

The DateOfExpiry

@property (nonatomic, copy) NSString *dateOfExpiry

Declared In

ALPluginResult.h

  dateOfExpiryObject

The DateOfExpiryObject

@property (nonatomic, copy) NSString *dateOfExpiryObject

Declared In

ALPluginResult.h

  documentNumber

The DocumentNumber

@property (nonatomic, copy) NSString *documentNumber

Declared In

ALPluginResult.h

  documentType

The DocumentType

@property (nonatomic, copy) NSString *documentType

Declared In

ALPluginResult.h

  fieldConfidences

The confidence values of each field

@property (nonatomic, nullable, strong) ALFieldConfidences *fieldConfidences

Declared In

ALPluginResult.h

  firstName

The FirstName

@property (nonatomic, nullable, copy) NSString *firstName

Declared In

ALPluginResult.h

  givenNames

The GivenNames

@property (nonatomic, nullable, copy) NSString *givenNames

Declared In

ALPluginResult.h

  issuingCountryCode

The IssuingCountryCode

@property (nonatomic, copy) NSString *issuingCountryCode

Declared In

ALPluginResult.h

  lastName

The LastName

@property (nonatomic, nullable, copy) NSString *lastName

Declared In

ALPluginResult.h

  mrzString

The MRZString

@property (nonatomic, copy) NSString *mrzString

Declared In

ALPluginResult.h

  nationalityCountryCode

The NationalityCountryCode

@property (nonatomic, copy) NSString *nationalityCountryCode

Declared In

ALPluginResult.h

  optionalData

The OptionalData

@property (nonatomic, nullable, copy) NSString *optionalData

Declared In

ALPluginResult.h

  personalNumber

The PersonalNumber

@property (nonatomic, copy) NSString *personalNumber

Declared In

ALPluginResult.h

  sex

The Sex

@property (nonatomic, copy) NSString *sex

Declared In

ALPluginResult.h

  surname

The Surname

@property (nonatomic, nullable, copy) NSString *surname

Declared In

ALPluginResult.h

  vizAddress

The Adress of the Visual Inspection Zone

@property (nonatomic, nullable, copy) NSString *vizAddress

Declared In

ALPluginResult.h

  vizDateOfBirth

The DateOfBirth of the Visual Inspection Zone

@property (nonatomic, nullable, copy) NSString *vizDateOfBirth

Declared In

ALPluginResult.h

  vizDateOfBirthObject

The DateOfBirthObject of the Visual Inspection Zone

@property (nonatomic, nullable, copy) NSString *vizDateOfBirthObject

Declared In

ALPluginResult.h

  vizDateOfExpiry

The DateOfExpiry of the Visual Inspection Zone

@property (nonatomic, nullable, copy) NSString *vizDateOfExpiry

Declared In

ALPluginResult.h

  vizDateOfExpiryObject

The DateOfExpiryObject of the Visual Inspection Zone

@property (nonatomic, nullable, copy) NSString *vizDateOfExpiryObject

Declared In

ALPluginResult.h

  vizDateOfIssue

The DateOfIssue of the Visual Inspection Zone

@property (nonatomic, nullable, copy) NSString *vizDateOfIssue

Declared In

ALPluginResult.h

  vizDateOfIssueObject

The DateOfIssueObject of the Visual Inspection Zone

@property (nonatomic, nullable, copy) NSString *vizDateOfIssueObject

Declared In

ALPluginResult.h

  vizGivenNames

The GivenNames of the Visual Inspection Zone

@property (nonatomic, nullable, copy) NSString *vizGivenNames

Declared In

ALPluginResult.h

  vizSurname

The Surname of the Visual Inspection Zone

@property (nonatomic, nullable, copy) NSString *vizSurname

Declared In

ALPluginResult.h