MBCroatiaCombinedRecognizerResult

Recognizer which can front and back side of Croatian national ID cards.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The citizenship of the Croatian ID owner.

    Declaration

    Objective-C

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

    Swift

    var citizenship: String { get }
  • The date of birth of the Croatian ID owner.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var dateOfExpiry: MBDateResult { get }
  • Determines if date of expiry of the Croatian ID is permanent.

    Declaration

    Objective-C

    @property (readonly, nonatomic) BOOL dateOfExpiryPermanent;

    Swift

    var dateOfExpiryPermanent: Bool { get }
  • The date of issue of Croatian ID.

    Declaration

    Objective-C

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

    Swift

    var dateOfIssue: MBDateResult { get }
  • Determines if Croatian ID is bilingual.

    Declaration

    Objective-C

    @property (readonly, nonatomic) BOOL documentBilingual;

    Swift

    var documentBilingual: Bool { get }
  • Determines if Croatian ID is issued for non resident.

    Declaration

    Objective-C

    @property (readonly, nonatomic) BOOL documentForNonResident;

    Swift

    var documentForNonResident: Bool { get }
  • The document number of the Croatian ID.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var firstName: String { get }
  • The issuer of Croatian ID.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var lastName: String { get }
  • Determines if all check digits inside MRZ are correct.

    Declaration

    Objective-C

    @property (readonly, nonatomic) BOOL mrzVerified;

    Swift

    var mrzVerified: Bool { get }
  • oib

    The OIB of Croatian ID owner.

    Declaration

    Objective-C

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

    Swift

    var oib: String { get }
  • The residence of Croatian ID owner.

    Declaration

    Objective-C

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

    Swift

    var residence: String { get }
  • sex

    The sex of the Croatian ID owner.

    Declaration

    Objective-C

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

    Swift

    var sex: String { get }