This class describes the result of a bar code recognition.
Properties
string |
Barcode [get] |
Recognized bar code value. |
rectangle |
BoundingRect [get] |
The rectangle where the bar code was located, on the image (in pixels). |
string |
Symbology [get] |
Type of recognised bar code. |
string |
Area [get] |
Name of the bar code module which found and recognized this bar code. |
bool |
Document [get] |
$true if this bar code signals a new document, otherwise $false. |
bool |
FromScanner [get] |
$true if this bar code was recognized by the scanner, otherwise $false. |