MBMoroccoIdFrontRecognizer

Class for configuring Morocco ID Front Recognizer.

Morocco ID Front recognizer is used for scanning front side of the Morocco ID.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Result of scanning front side of Morocco ID

    Declaration

    Objective-C

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

    Swift

    var result: MBMoroccoIdFrontRecognizerResult { get }
  • Defines if owner’s date of birth should be extracted from front side of the Morocco ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractDateOfBirth: Bool { get set }
  • Defines if date of expiry should be extracted from front side of the Morocco ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractDateOfExpiry: Bool { get set }
  • Defines if owner’s name should be extracted from front side of the Morocco ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractName: Bool { get set }
  • Defines if owner’s place of birth should be extracted from front side of the Morocco ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractPlaceOfBirth: Bool { get set }
  • Defines if owner’s sex should be extracted from front side of the Morocco ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractSex: Bool { get set }
  • Defines if owner’s surname should be extracted from front side of the Morocco ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractSurname: Bool { get set }