MBGermanyCombinedRecognizerResult

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

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The first name of the German ID owner.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var lastName: String? { get }
  • The nationality of the German ID owner.

    Declaration

    Objective-C

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

    Swift

    var nationality: String? { get }
  • The place of birth of the German ID owner.

    Declaration

    Objective-C

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

    Swift

    var placeOfBirth: String? { get }
  • sex

    The sex of the German ID owner.

    Declaration

    Objective-C

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

    Swift

    var sex: String? { get }
  • The date of birth of German ID owner

    Declaration

    Objective-C

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

    Swift

    var dateOfBirth: Date? { get }
  • The date of issue of German ID owner

    Declaration

    Objective-C

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

    Swift

    var dateOfIssue: Date? { get }
  • The date of expiry of German ID owner

    Declaration

    Objective-C

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

    Swift

    var dateOfExpiry: Date? { get }
  • The identity card number of German ID.

    Declaration

    Objective-C

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

    Swift

    var identityCardNumber: String? { get }
  • The address of the German ID owner.

    Declaration

    Objective-C

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

    Swift

    var address: String? { get }
  • The issuing authority of German ID.

    Declaration

    Objective-C

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

    Swift

    var issuingAuthority: String? { get }
  • The height of German ID owner.

    Declaration

    Objective-C

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

    Swift

    var height: String? { get }
  • The eye color of German ID owner.

    Declaration

    Objective-C

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

    Swift

    var eyeColor: String? { get }
  • The CAN number of German ID.

    Declaration

    Objective-C

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

    Swift

    var canNumber: String? { 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 }