BarcodeResult
Stores the barcode result.
class com.dynamsoft.core.BarcodeResult
Attributes
Attribute | Type |
---|---|
barcodeFormat |
int |
barcodeFormat_2 |
int |
text |
String |
bytes |
byte[] |
location |
Quadrilateral * |
moduleSize |
int |
pageNumber |
int |
barcodeFormat
Barcode type in BarcodeFormat group 1.
int barcodeFormat
barcodeFormat_2
Barcode type in BarcodeFormat group 2.
int barcodeFormat_2
text
The barcode text, ends by ‘\0’.
String text
bytes
The barcode content in a byte array.
byte[] bytes
location
The location of current recognized text.
Quadrilateral location
moduleSize
The barcode module size (the minimum bar width in pixel).
int moduleSize
pageNumber
The page number the barcode located in. The index is 0-based.
int pageNumber