CVBpy 15.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
ReadResultCode128 Class Reference

Derived from ReadResult and gives specific access to Code128 results. More...

Inherits ReadResult1D.

Properties

 sub_type = property
 int: Special flag used with the Code 128 (see cvb.barcode.Code128SubType).
 
- Properties inherited from ReadResult1D
 grade_result = property
 cvb.barcode.GradeResult1D: Barcode Read Result does not contain any valid grading results.
 
- Properties inherited from ReadResult
 characters_read = property
 int: The return value contains the number of characters in the read barcode.
 
 decode_time = property
 int: The return value specifies the time consumed for decoding in units of ms.
 
 location = property
 List[cvb.Point2D]: Location of the barcode inside the image.
 
 num_words = property
 int: Contains the number of code words composing the read barcode.
 
 resolution = property
 float: The resolution specifies the smallest width unit in the code in multiples of a 10th of a pixel.
 
 result = property
 int: Result of a read operation (note that read operations may partly succeed, which is not considered an error; see cvb.barcode.DecodeResult).
 
 text = property
 str: The text content of the barcode.
 
 type = property
 int: Symbology of the decoded result (see cvb.barcode.Symbology). More...
 

Detailed Description

Derived from ReadResult and gives specific access to Code128 results.