MBSlovakiaIdFrontRecognizerResult

Recognizer which can scan front side of Slovak national ID cards.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The date of birth of the Slovak ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfBirth;

    Swift

    var dateOfBirth: MBDateResult { get }
  • The date of expiry of the Slovak ID card.

    Declaration

    Objective-C

    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfExpiry;

    Swift

    var dateOfExpiry: MBDateResult { get }
  • The date of issue of the Slovak ID card.

    Declaration

    Objective-C

    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfIssue;

    Swift

    var dateOfIssue: MBDateResult { get }
  • The document number of the Slovak ID card.

    Declaration

    Objective-C

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

    Swift

    var documentNumber: String { get }
  • The first name of the Slovak ID owner.

    Declaration

    Objective-C

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

    Swift

    var firstName: String { get }
  • The issuing authority of the Slovak ID card.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull issuedBy;

    Swift

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

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var nationality: String { get }
  • The personal number of the Slovak ID owner.

    Declaration

    Objective-C

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

    Swift

    var personalNumber: String { get }
  • sex

    The sex of the Slovak ID owner.

    Declaration

    Objective-C

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

    Swift

    var sex: String { get }