MBPolandCombinedRecognizerResult

Class representing values obtained when scanning both front and back side of Czech ID.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The first name of the Polish ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *givenNames;

    Swift

    var givenNames: String? { get }
  • The last name of the Polish ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *surname;

    Swift

    var surname: String? { get }
  • The family name of Polish ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *familyName;

    Swift

    var familyName: String? { get }
  • The parents name of Polish ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *parentsGivenNames;

    Swift

    var parentsGivenNames: String? { get }
  • sex

    The sex of the Polish ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *sex;

    Swift

    var sex: String? { get }
  • The nationality of the Polish ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *nationality;

    Swift

    var nationality: String? { get }
  • The issuer of Polish ID.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *issuer;

    Swift

    var issuer: String? { get }
  • The document number on Polish ID.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *documentNumber;

    Swift

    var documentNumber: String? { get }
  • The personal number of Polish ID.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSString *personalNumber;

    Swift

    var personalNumber: String? { get }
  • The date of birth of Polish ID owner

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSDate *dateOfBirth;

    Swift

    var dateOfBirth: Date? { get }
  • The document date of expiry of the Polish ID

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSDate *dateOfExpiry;

    Swift

    var dateOfExpiry: Date? { get }
  • YES if all check digits inside MRZ are correct, NO otherwise. More specifically, YES if MRZ complies with ICAO Document 9303 standard, NO otherwise.

    Declaration

    Objective-C

    @property (readonly, nonatomic) BOOL mrzVerified;

    Swift

    var mrzVerified: Bool { get }