MBKuwaitIdFrontRecognizer

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

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Result of scanning Kuwait Id Front Recognizer

    Declaration

    Objective-C

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

    Swift

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

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractBirthDate: Bool { get set }
  • Defines if name of Kuwait ID owner should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractName: Bool { get set }
  • Defines if nationality of Kuwait 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 Kuwait ID owner should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractSex: Bool { get set }