BarCodeResult
Contents
[
Hide
]BarCodeResult class
Stores recognized barcode data like SingleDecodeType type, string codetext,
BarCodeRegionParameters region and other parameters
The BarCodeResult type exposes the following members:
Constructors
| Name | Description |
|---|---|
| BarCodeResult(result) | Initializes a new instance of the BarCodeResult class |
Properties
| Name | Description |
|---|---|
| reading_quality | Gets the reading quality. Works for 1D and postal barcodes. |
| confidence | Gets recognition confidence level of the recognized barcode |
| code_text | Gets the code text |
| code_bytes | Gets the encoded code bytes |
| code_type | Gets the barcode type |
| code_type_name | Gets the name of the barcode type |
| region | Gets the barcode region |
| extended | Gets extended parameters of recognized barcode |
Methods
| Name | Description |
|---|---|
| get_code_text(encoding) | Gets the code text with encoding. |
| equals(other) | Returns a value indicating whether this instance is equal to a specified BarCodeResult value. |
| clone() | Creates a copy of BarCodeResult class. |
See Also
- namespace aspose.barcode.barcoderecognition
- assembly Aspose.BarCode