Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the localization result.
public class LocalizationResult
Attribute | Type |
---|---|
terminate_phase |
TerminatePhase |
barcode_format |
BarcodeFormat |
barcode_format_string |
str |
barcode_format_2 |
BarcodeFormat_2 |
barcode_format_string_2 |
str |
localization_points |
tuple |
angle |
int |
module_size |
int |
page_number |
int |
region_name |
str |
document_name |
str |
result_coordinate_type |
ResultCoordinateType |
accompanying_text_bytes |
bytearray |
confidence |
int |
The terminate phase of localization result.
LocalizationResult.terminate_phase
Barcode type in BarcodeFormat group 1.
LocalizationResult.barcode_format
Barcode type in BarcodeFormat group 1 as string.
LocalizationResult.barcode_format_string
Barcode type in BarcodeFormat group 2.
LocalizationResult.barcode_format_2
Barcode type in BarcodeFormat group 2 as string.
LocalizationResult.barcode_format_string_2
The tuple which stores the coordinates of four result points.
LocalizationResult.localization_points
The angle of a barcode. Values range is from 0 to 360.
LocalizationResult.angle
The barcode module size (the minimum bar width in pixel).
LocalizationResult.module_size
The page number the barcode located in. The index is 0-based.
LocalizationResult.page_number
The region name the barcode located in.
LocalizationResult.region_name
The document name.
LocalizationResult.document_name
The coordinate type.
LocalizationResult.result_coordinate_type
The accompanying text content in a byte array.
LocalizationResult.accompanying_text_bytes
The confidence of the localization result.
LocalizationResult.confidence
latest version