MBIPdf417RecognizerResult
@interface MBIPdf417RecognizerResult : MBIRecognizerResult <NSCopying>A recognizer that can scan PDF417 2D barcodes.
- 
                  
                  Unavailable Undocumented DeclarationObjective-C MB_INIT_UNAVAILABLE
- 
                  
                  Byte array with result of the scan DeclarationObjective-C @property (nonatomic, strong, readonly, nullable) NSData *rawData;Swift var rawData: Data? { get }
- 
                  
                  Retrieves string content of scanned data DeclarationObjective-C @property (nonatomic, strong, readonly, nullable) NSString *stringData;Swift var stringData: String? { get }
- 
                  
                  Flag indicating uncertain scanning data E.g obtained from damaged barcode. DeclarationObjective-C @property (nonatomic, readonly) BOOL uncertain;Swift var uncertain: Bool { get }
- 
                  
                  Type of the barcode scanned DeclarationObjective-C @property (nonatomic, readonly) MBIBarcodeType barcodeType;Swift var barcodeType: MBIBarcodeType { get }Return ValueType of the barcode 
 View on GitHub
            View on GitHub
           MBIPdf417RecognizerResult Class Reference
      MBIPdf417RecognizerResult Class Reference