Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the text result.
@interface iTextResult
Attribute | Type |
---|---|
barcodeFormat |
EnumBarcodeFormat |
barcodeFormatString |
NSString * |
barcodeFormat_2 |
EnumBarcodeFormat2 |
barcodeFormatString_2 |
NSString * |
barcodeText |
NSString * |
barcodeBytes |
NSData * |
localizationResult |
iLocalizationResult * |
detailedResult |
NSObject * |
extendedResults |
NSArray<iExtendedResult*>* * |
Barcode type in BarcodeFormat group 1.
EnumBarcodeFormat barcodeFormat
Barcode type in BarcodeFormat group 1 as string.
NSString* barcodeFormatString
Barcode type in BarcodeFormat group 2.
EnumBarcodeFormat2 barcodeFormat_2
Barcode type in BarcodeFormat group 2 as string.
NSString* barcodeFormatString_2
The barcode text, ends by ‘\0’.
NSString* barcodeText
The barcode content in a byte array.
NSData* barcodeBytes
The corresponding localization result.
iLocalizationResult* localizationResult
One of the following: iQRCodeDetails
, iPDF417Details
, iDataMatrixDetails
, iAztecDetails
, iOneDCodeDetails
.
NSObject* detailedResult
The extended result array.
NSArray<iExtendedResult*>* extendedResults
version 8.0.0