|
Dynamsoft Panorama - API Reference
|
Public Attributes | |
| DPS_BarcodeFormat | barcodeFormat |
| const char * | barcodeFormatString |
| DPS_BarcodeFormat_2 | barcodeFormat_2 |
| const char * | barcodeFormatString_2 |
| const char * | barcodeText |
| unsigned char * | barcodeBytes |
| int | barcodeBytesLength |
| int | confidence |
| int | x1 |
| int | y1 |
| int | x2 |
| int | y2 |
| int | x3 |
| int | y3 |
| int | x4 |
| int | y4 |
| char | reserved [64] |
Stores the information of the barcode.
| unsigned char* BarcodeInfo::barcodeBytes |
The barcode content in a byte array
| int BarcodeInfo::barcodeBytesLength |
The length of the byte array
| DPS_BarcodeFormat BarcodeInfo::barcodeFormat |
Barcode type in BarcodeFormat group 1
| DPS_BarcodeFormat_2 BarcodeInfo::barcodeFormat_2 |
Barcode type in BarcodeFormat group 2
| const char* BarcodeInfo::barcodeFormatString |
Barcode type in BarcodeFormat group 1 as string
| const char* BarcodeInfo::barcodeFormatString_2 |
Barcode type in BarcodeFormat group 2 as string
| const char* BarcodeInfo::barcodeText |
The barcode text, ends by '\0'
| int BarcodeInfo::confidence |
The confidence score of barcode
| char BarcodeInfo::reserved[64] |
Reserved memory for struct. The length of this array indicates the size of the memory reserved for this struct.
| int BarcodeInfo::x1 |
The X coordinate of the first point
| int BarcodeInfo::x2 |
The X coordinate of the second point in a clockwise direction
| int BarcodeInfo::x3 |
The X coordinate of the third point in a clockwise direction
| int BarcodeInfo::x4 |
The X coordinate of the fourth point in a clockwise direction
| int BarcodeInfo::y1 |
The Y coordinate of the first point
| int BarcodeInfo::y2 |
The Y coordinate of the second point in a clockwise direction
| int BarcodeInfo::y3 |
The Y coordinate of the third point in a clockwise direction
| int BarcodeInfo::y4 |
The Y coordinate of the fourth point in a clockwise direction