Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the extended result.
class ExtendedResult
Attribute | Type |
---|---|
result_type |
EnumResultType |
barcode_format |
EnumBarcodeFormat |
barcode_format_string |
str |
barcode_format_2 |
EnumBarcodeFormat_2 |
barcode_format_string_2 |
str |
confidence |
int |
bytes |
bytearray |
accompanying_text_bytes |
bytearray |
deformation |
int |
detailed_result |
One of the following: OnedDetailedResult, PDFDetailedResult, DataMatrixDetailedResult, AztecDetailedResult, QRCodeDetailedResult |
sampling_image |
SamplingImageData |
clarity |
int |
Extended result type.
ExtendedResult.result_type
Barcode type in BarcodeFormat group 1.
ExtendedResult.barcode_format
Barcode type in BarcodeFormat group 1 as string.
ExtendedResult.barcode_format_string
Barcode type in BarcodeFormat group 2.
ExtendedResult.barcode_format_2
Barcode type in BarcodeFormat group 2 as string.
ExtendedResult.barcode_format_string_2
The confidence of the result.
ExtendedResult.confidence
The content in a byte array.
ExtendedResult.bytes
The accompanying text content in a byte array.
ExtendedResult.accompanying_text_bytes
The deformation value.
ExtendedResult.deformation
One of the following: OnedDetailedResult, PDFDetailedResult, DataMatrixDetailedResult, AztecDetailedResult, QRCodeDetailedResult.
ExtendedResult.detailed_result
The sampling image info.
ExtendedResult.sampling_image
The clarity of the barcode zone in percentage.
ExtendedResult.clarity
latest version