Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
iExtendedResult
is the extension of the class iTextResult
. It stores the extended result information.
@interface iExtendedResult
Attribute | Type | Descriptions |
---|---|---|
resultType |
EnumResultType |
The extended result type. |
barcodeFormat |
EnumBarcodeFormat |
Barcode type in BarcodeFormat group 1. |
barcodeFormatString |
NSString * | Barcode type in BarcodeFormat group 1 as string. |
barcodeFormat_2 |
EnumBarcodeFormat2 |
Barcode type in BarcodeFormat group 2. |
barcodeFormatString_2 |
NSString * | Barcode type in BarcodeFormat group 2 as string. |
confidence |
NSInteger | The confidence of the result. The higher confidence means the higher accuracy. |
bytes |
NSData * | The content in a byte array. |
bytesLength |
NSInteger | The length of the byte array. |
accompanyingTextBytes |
NSData * | The accompanying text content in a byte array. |
accompanyingTextBytesLength |
NSInteger | The length of the accompanying text byte array. |
deformation |
NSInteger | The deformation value. |
detailedResult |
NSObject * | One of the following: QRCodeDetails , PDF417Details , DataMatrixDetails , AztecDetails , OneDCodeDetails . |
samplingImage |
iSamplingImageData* |
The sampling image info. |
clarity |
NSInteger | The clarity of the barcode zone in percentage. |
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