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.
typedef struct tagExtendedResult ExtendedResult
typedef struct tagExtendedResult* PExtendedResult
Attribute | Type |
---|---|
resultType |
ResultType |
barcodeFormat |
BarcodeFormat |
barcodeFormatString |
const char * |
barcodeFormat_2 |
BarcodeFormat_2 |
barcodeFormatString_2 |
const char * |
confidence |
int |
bytes |
unsigned char * |
bytesLength |
int |
accompanyingTextBytes |
unsigned char * |
accompanyingTextBytesLength |
int |
deformation |
int |
detailedResult |
void * |
samplingImage |
SamplingImageData |
clarity |
int |
reserved |
char[40] |
Extended result type.
ResultType tagExtendedResult::resultType
Barcode type in BarcodeFormat group 1.
BarcodeFormat tagExtendedResult::barcodeFormat
Barcode type in BarcodeFormat group 1 as string.
const char* tagExtendedResult::barcodeFormatString
Barcode type in BarcodeFormat group 2.
BarcodeFormat_2 tagExtendedResult::barcodeFormat_2
Barcode type in BarcodeFormat group 2 as string.
const char* tagExtendedResult::barcodeFormatString_2
The confidence of the result.
int tagExtendedResult::confidence
The content in a byte array.
unsigned char* tagExtendedResult::bytes
The length of the byte array.
int tagExtendedResult::bytesLength
The accompanying text content in a byte array.
unsigned char* tagExtendedResult::accompanyingTextBytes
The length of the accompanying text byte array.
int tagExtendedResult::accompanyingTextBytesLength
The deformation value.
int tagExtendedResult::deformation
One of the following: QRCodeDetails
, PDF417Details
, DataMatrixDetails
, AztecDetails
, OneDCodeDetails
.
void* tagExtendedResult::detailedResult
The sampling image info.
SamplingImageData tagExtendedResult::samplingImage
The clarity of the barcode zone in percentage.
int tagExtendedResult::clarity
Reserved memory for struct. The length of this array indicates the size of the memory reserved for this struct.
char tagExtendedResult::reserved[40]
latest version