MBBUsdlRecognizer


@interface MBBUsdlRecognizer : MBBRecognizer <NSCopying>

A recognizer that can scan USDL.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT
  • USDL recognizer results

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) MBBUsdlRecognizerResult *_Nonnull result;
  • Set this to YES to scan even barcode not compliant with standards For example, malformed USDL barcodes which were incorrectly encoded

    Use only if necessary because it slows down the recognition process

    Default: YES

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite) BOOL scanUncertain;
  • 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 (nonatomic, assign, unsafe_unretained, readwrite)
        BOOL allowNullQuietZone;
  • Set this to YES to enable compact parser.

    Default: NO

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite)
        BOOL enableCompactParser;