MBColombiaIdBackRecognizer

Class for configuring Colombia Id Back Recognizer.

Colombia Id Back recognizer is used for scanning back side of the Colombia Id.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Result of scanning Colombia Id Back Recognizer

    Declaration

    Objective-C

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

    Swift

    var result: MBColombiaIdBackRecognizerResult { get }
  • Set this to YES to scan even barcode not compliant with standards For example, malformed PDF417 barcodes which were incorrectly encoded

    Use only if necessary because it slows down the recognition process

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var scanUncertain: Bool { get set }
  • Set this to YES to scan barcodes which don’t have quiet zone (white area) around it

    Use only if necessary because it slows down the recognition process

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var nullQuietZoneAllowed: Bool { get set }