TextResult
Stores the text result.
public class TextResult
Attributes
Attribute | Type |
---|---|
barcode_format |
EnumBarcodeFormat |
barcode_format_string |
str |
barcode_format_2 |
EnumBarcodeFormat_2 |
barcode_format_string_2 |
str |
barcode_text |
str |
barcode_bytes |
bytearray |
localization_result |
LocalizationResult |
detailed_result |
One of the following: OnedDetailedResult, PDFDetailedResult, DataMatrixDetailedResult, AztecDetailedResult, QRCodeDetailedResult |
extended_results |
list[ExtendedResult ] |
exception |
str |
is_dpm |
int |
is_mirrored |
int |
barcode_format
Barcode type in BarcodeFormat group 1.
TextResult.barcode_format
barcode_format_string
Barcode type in BarcodeFormat group 1 as string.
TextResult.barcode_format_string
barcode_format_2
Barcode type in BarcodeFormat group 2.
TextResult.barcode_format_2
barcode_format_string_2
Barcode type in BarcodeFormat group 2 as string.
TextResult.barcode_format_string_2
barcode_text
The barcode text
TextResult.barcode_text
barcode_bytes
The barcode content in a byte array.
TextResult.barcode_bytes
localization_result
The corresponding localization result.
TextResult.localization_result
detailed_result
One of the following: OnedDetailedResult, PDFDetailedResult, DataMatrixDetailedResult, AztecDetailedResult, QRCodeDetailedResult.
TextResult.detailed_result
extended_results
The extended result list
TextResult.extended_results
exception
Exception message
TextResult.exception
is_dpm
Identify whether the barcode is decoded using the DPM feature.
TextResult.is_dpm
is_mirrored
Identify whether the barcode is mirrored.
TextResult.is_mirrored