ExtendedResult
ExtendedResult
is the extension of the class TextResult
. It stores the extended result information.
class com.dynamsoft.dbr.ExtendedResult
Attribute | Type | Descriptions |
---|---|---|
resultType |
int | Extended result type. |
barcodeFormat |
int | Barcode type in BarcodeFormat group 1. |
barcodeFormat_2 |
int | Barcode type in BarcodeFormat group 2. |
barcodeFormatString |
String | Barcode type as a string. |
confidence |
int | The confidence of the result. The higher confidence means the higher accuracy. |
bytes |
byte[] | The content in a byte array. |
accompanyingTextBytes |
byte[] | The accompanying text content in a byte array. |
deformation |
int | The deformation value. |
detailedResult |
Object | One of the following: QRCodeDetails , PDF417Details , DataMatrixDetails , AztecDetails , OneDCodeDetails . |
samplingImage |
SamplingImageData |
The sampling image info. |
clarity |
int | The clarity of the barcode zone in percentage. |
resultType
Extended result type.
int resultType
barcodeFormat
Barcode type in BarcodeFormat group 1.
int barcodeFormat
Value Range
One of the EnumBarcodeFormat
Enumeration value.
See Also
EnumBarcodeFormat
, EnumBarcodeFormat_2
barcodeFormat_2
Barcode type in BarcodeFormat group 2.
int barcodeFormat_2
Value Range
One of the EnumBarcodeFormat_2
Enumeration items
See Also
EnumBarcodeFormat
, EnumBarcodeFormat_2
barcodeFormatString
Barcode type as string.
String barcodeFormatString
Value Range
One of the barcode type in EnumBarcodeFormat
or EnumBarcodeFormat_2
.
See Also
EnumBarcodeFormat
, EnumBarcodeFormat_2
confidence
The confidence of the result. The higher confidence means the higher accuracy. You can make the confidence filter throw the PublicRuntimeSettings.minResultConfidence
. The recommended minimum confidence value is 30.
int confidence
bytes
The content in a byte array.
byte[] bytes
accompanyingTextBytes
The accompanying text content in a byte array.
byte[] accompanyingTextBytes
deformation
The deformation value.
int deformation
detailedResult
One of the following: QRCodeDetails
, PDF417Details
, DataMatrixDetails
, AztecDetails
, OneDCodeDetails
.
Object detailedResult
samplingImage
The sampling image info.
SamplingImageData samplingImage
clarity
The clarity of the barcode zone in percentage.
int clarity