Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the text result.
class com.dynamsoft.dbr.TextResult;
Attribute | Type | Descriptions |
---|---|---|
barcodeFormat |
int | Barcode type in BarcodeFormat group 1. |
barcodeFormatString |
String | Barcode type in BarcodeFormat group 1 as string. |
barcodeFormat_2 |
int | Barcode type in BarcodeFormat group 2. |
barcodeFormatString_2 |
String | Barcode type in BarcodeFormat group 2 as string. |
barcodeText |
String | The barcode text, ends by ‘\0’. |
barcodeBytes |
byte[] | The barcode content in a byte array. |
localizationResult |
LocalizationResult * |
The corresponding localization result. |
detailedResult |
Object | One of the following: QRCodeDetails , PDF417Details , DataMatrixDetails , AztecDetails , OneDCodeDetails . |
results |
ExtendedResult [] |
The extended result array. |
exception |
String | The exception message. |
Barcode type in BarcodeFormat group 1.
int barcodeFormat
Value Range
One of the EnumBarcodeFormat
Enumeration value.
See Also
EnumBarcodeFormat
, EnumBarcodeFormat_2
Barcode type in BarcodeFormat group 1 as string.
String barcodeFormatString
Value Range
One of the barcode type in EnumBarcodeFormat
.
See Also
EnumBarcodeFormat
, EnumBarcodeFormat_2
Barcode type in BarcodeFormat group 2.
int barcodeFormat_2
Value Range
One of the EnumBarcodeFormat_2
Enumeration items
See Also
EnumBarcodeFormat
, EnumBarcodeFormat_2
Barcode type in BarcodeFormat group 2 as string.
String barcodeFormatString_2
Value Range
One of the barcode type in EnumBarcodeFormat_2
.
See Also
EnumBarcodeFormat
, EnumBarcodeFormat_2
The text barcode decoding result. Ends by ‘\0’.
String barcodeText
The barcode content in a byte array.
byte[] barcodeBytes
The corresponding localization result.
LocalizationResult localizationResult
One of the following: QRCodeDetails
, PDF417Details
, DataMatrixDetails
, AztecDetails
, OneDCodeDetails
.
Object detailedResult
The extended result array.
ExtendedResult[] results
The exception message.
String exception
version 8.2.5