CVBpy 14.0
DecodeResult Class Reference

Possible barcode reading results. More...

Inherits object.

Static Public Attributes

int ColorNotCorrect = 6
 A code symbology was detected and decoded but the code violates the quiet zone requirements.
 
int Error = 32767
 An unspecified error occurred during code reading.
 
int ErrorDetectionFailed = 5
 A code symbology was detected and decoded, but the error detection checks failed.
 
int NothingFound = 1
 No code was found in the area of interest.
 
int QuietzoneViolation = 32766
 A code symbology was detected and decoded but the code violates the quiet zone requirements.
 
int Success = 0
 Code was successfully read.
 
int SymbologyOnly = 2
 A code symbology was detected in the area of interest but reading the code failed.
 
int WrongCodeFormat = 4
 A code symbology was detected and decoded, but the code turned out to have the wrong format.
 
int WrongCodeSize = 3
 A code symbology was detected and decoded, but the code had an unexpected size that violates the limits of the symbology.
 

Detailed Description

Possible barcode reading results.