BarCodeResult
BarCodeResult class
Module: aspose_barcode.recognition.barcode_result
Stores recognized barcode data like SingleDecodeType type,. codetext, BarCodeRegionParameters region and other parameters This sample shows how to obtain BarCodeResult.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified BarCodeResult value. |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No | Returns a human-readable string representation of this BarCodeResult. |
| code_bytes | List[str] | No | |
| code_text | Optional[str] | No | |
| code_type | DecodeType | No | |
| code_type_name | Optional[str] | No | |
| confidence | BarCodeConfidence | No | |
| extended | Optional[BarCodeExtendedParameters] | No | |
| reading_quality | float | No | |
| region | Optional[BarCodeRegionParameters] | No |