MBColombiaDlFrontRecognizer

Recognizer which can scan front side of Colombia drivers licence.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Result of scanning Colombia Dl Front Recognizer

    Declaration

    Objective-C

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

    Swift

    var result: MBColombiaDlFrontRecognizerResult { get }
  • Defines if the date of birth of the Colombia Dl owner should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractDateOfBirth: Bool { get set }
  • Defines if the driver restrictions of the Colombia Dl owner should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractDriverRestrictions: Bool { get set }
  • Defines if the issuing agency of the Colombia Dl card should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractIssuingAgency: Bool { get set }
  • Defines if the name of the Colombia Dl owner should be extracted.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractName: Bool { get set }