Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the extended result.
@interface iExtendedResult
Attribute | Type |
---|---|
resultType |
EnumResultType |
barcodeFormat |
EnumBarcodeFormat |
barcodeFormatString |
NSString * |
barcodeFormat_2 |
EnumBarcodeFormat2 |
barcodeFormatString_2 |
NSString * |
confidence |
NSInteger |
bytes |
NSData * |
bytesLength |
NSInteger |
accompanyingTextBytes |
NSData * |
accompanyingTextBytesLength |
NSInteger |
deformation |
NSInteger |
detailedResult |
NSObject * |
samplingImage |
iSamplingImageData* |
clarity |
NSInteger |
Extended result type.
EnumResultType resultType
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 confidence of the result.
NSInteger confidence
The content in a byte array.
NSData* bytes
The length of the byte array.
NSInteger bytesLength
The accompanying text content in a byte array.
NSData* accompanyingTextBytes
The length of the accompanying text byte array.
NSInteger accompanyingTextBytesLength
The deformation value.
NSInteger deformation
One of the following: iQRCodeDetails
, iPDF417Details
, iDataMatrixDetails
, iAztecDetails
, iOneDCodeDetails
.
NSObject* detailedResult
The sampling image info.
iSamplingImageData* samplingImage
The clarity of the barcode zone in percentage.
NSInteger clarity
latest version