MBSlovakiaIdFrontRecognizer

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

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Result of scanning SlovakiaIdFrontRecognizer

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
        MBSlovakiaIdFrontRecognizerResult *_Nonnull result;

    Swift

    var result: MBSlovakiaIdFrontRecognizerResult { get }
  • Defines if date of birth of Slovak ID owner should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractDateOfBirth;

    Swift

    var extractDateOfBirth: Bool { get set }
  • Defines if date of expiry of Slovak ID should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractDateOfExpiry;

    Swift

    var extractDateOfExpiry: Bool { get set }
  • Defines if date of issue of Slovak ID should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractDateOfIssue;

    Swift

    var extractDateOfIssue: Bool { get set }
  • Defines if document number of Slovak ID should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractDocumentNumber;

    Swift

    var extractDocumentNumber: Bool { get set }
  • Defines if first name of Slovak ID owner should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractFirstName;

    Swift

    var extractFirstName: Bool { get set }
  • Defines if issuing authority of Slovak ID should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractIssuedBy;

    Swift

    var extractIssuedBy: Bool { get set }
  • Defines if last name of Slovak ID owner should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractLastName;

    Swift

    var extractLastName: Bool { get set }
  • Defines if nationality of Slovak ID owner should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractNationality;

    Swift

    var extractNationality: Bool { get set }
  • Defines if sex of Slovak ID owner should be extracted.

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractSex;

    Swift

    var extractSex: Bool { get set }