BarCodeResult

BarCodeResult class

Stores recognized barcode data like SingleDecodeType type, string codetext,
BarCodeRegionParameters region and other parameters

The BarCodeResult type exposes the following members:

Constructors

NameDescription
BarCodeResult(result)Initializes a new instance of the BarCodeResult class

Properties

NameDescription
reading_qualityGets the reading quality. Works for 1D and postal barcodes.
confidenceGets recognition confidence level of the recognized barcode
code_textGets the code text
code_bytesGets the encoded code bytes
code_typeGets the barcode type
code_type_nameGets the name of the barcode type
regionGets the barcode region
extendedGets extended parameters of recognized barcode

Methods

NameDescription
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