MBSlovakiaCombinedRecognizerResult

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

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The first name of the Slovak ID owner.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var lastName: String? { get }
  • The identity card number of Slovak ID.

    Declaration

    Objective-C

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

    Swift

    var documentNumber: String? { get }
  • sex

    The sex of the Slovak ID owner.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var nationality: String? { get }
  • The PIN of the Slovak ID owner.

    Declaration

    Objective-C

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

    Swift

    var personalIdentificationNumber: String? { get }
  • The date of birth of Slovak ID owner

    Declaration

    Objective-C

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

    Swift

    var dateOfBirth: Date? { get }
  • The date of expiry of Slovak ID owner

    Declaration

    Objective-C

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

    Swift

    var dateOfExpiry: Date? { get }
  • The address of the Slovak ID owner.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var issuingAuthority: String? { get }
  • The date of issue of Slovak ID owner

    Declaration

    Objective-C

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

    Swift

    var dateOfIssue: Date? { get }
  • The surname at birth of Slovak ID.

    Declaration

    Objective-C

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

    Swift

    var surnameAtBirth: String? { get }
  • The special remarks of Slovak ID.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var placeOfBirth: 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 }