![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores recognized barcode data like SingleDecodeType type,. More...
Inherits _MwWrapper.
Public Member Functions | |
| def | __init__ (self, _java_class) |
| bool | __eq__ (self, BarCodeResult other) |
| Returns a value indicating whether this instance is equal to a specified BarCodeResult value. More... | |
| int | __hash__ (self) |
| Returns the hash code for the current instance. More... | |
| str | __str__ (self) |
| Returns a human-readable string representation of this BarCodeResult. More... | |
| List[str] | code_bytes (self) |
| Optional[str] | code_text (self, Optional[str] encoding=None) |
| DecodeType | code_type (self) |
| Optional[str] | code_type_name (self) |
| BarCodeConfidence | confidence (self) |
| Optional[BarCodeExtendedParameters] | extended (self) |
| float | reading_quality (self) |
| Optional[BarCodeRegionParameters] | region (self) |
Stores recognized barcode data like SingleDecodeType type,.
codetext, BarCodeRegionParameters region and other parameters This sample shows how to obtain BarCodeResult.
| def __init__ | ( | self, | |
| _java_class | |||
| ) |
| bool __eq__ | ( | self, | |
| BarCodeResult | other | ||
| ) |
Returns a value indicating whether this instance is equal to a specified BarCodeResult value.
| other A BarCodeResult value to compare to this instance. |
| int __hash__ | ( | self | ) |
Returns the hash code for the current instance.
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this BarCodeResult.
| List[str] code_bytes | ( | self | ) |
Encoded code bytes.
| Optional[str] code_text | ( | self, | |
| Optional[str] | encoding = None |
||
| ) |
Code text with optional encoding.
| DecodeType code_type | ( | self | ) |
Barcode type.
| Optional[str] code_type_name | ( | self | ) |
Name of the barcode type.
| BarCodeConfidence confidence | ( | self | ) |
Recognition confidence level of the recognized barcode.
| Optional[BarCodeExtendedParameters] extended | ( | self | ) |
| float reading_quality | ( | self | ) |
Reading quality (1D and postal barcodes).
| Optional[BarCodeRegionParameters] region | ( | self | ) |