Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
ExtendedResult
Stores the extended result.
Typedefs
typedef struct tagExtendedResult ExtendedResult
typedef struct tagExtendedResult* PExtendedResult
Attributes
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] |
resultType
Extended result type.
ResultType tagExtendedResult::resultType
barcodeFormat
Barcode type in BarcodeFormat group 1.
BarcodeFormat tagExtendedResult::barcodeFormat
barcodeFormatString
Barcode type as string.
const char* tagExtendedResult::barcodeFormatString
barcodeFormat_2
Barcode type in BarcodeFormat group 2.
BarcodeFormat_2 tagExtendedResult::barcodeFormat_2
barcodeFormatString_2
Deprecated
. Use barcodeFormatString instead.
const char* tagExtendedResult::barcodeFormatString_2
confidence
The confidence of the result.
int tagExtendedResult::confidence
bytes
The content in a byte array.
unsigned char* tagExtendedResult::bytes
bytesLength
The length of the byte array.
int tagExtendedResult::bytesLength
accompanyingTextBytes
The accompanying text content in a byte array.
unsigned char* tagExtendedResult::accompanyingTextBytes
accompanyingTextBytesLength
The length of the accompanying text byte array.
int tagExtendedResult::accompanyingTextBytesLength
deformation
The deformation value.
int tagExtendedResult::deformation
detailedResult
One of the following: QRCodeDetails
, PDF417Details
, DataMatrixDetails
, AztecDetails
, OneDCodeDetails
.
void* tagExtendedResult::detailedResult
samplingImage
The sampling image info.
SamplingImageData tagExtendedResult::samplingImage
clarity
The clarity of the barcode zone in percentage.
int tagExtendedResult::clarity
reserved
Reserved memory for struct. The length of this array indicates the size of the memory reserved for this struct.
char tagExtendedResult::reserved[40]