Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Stores recognized barcode data like SingleDecodeType type, string codetext,
BarCodeRegionParameters region and other parameters
The BarCodeResult type exposes the following members:
Name | Description |
---|---|
BarCodeResult(result) | Initializes a new instance of the BarCodeResult class |
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 |
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. |
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.