Properties | List of all members
ReadResultSonyCode Class Reference

Derived from ReadResult1D and gives specific access to SonyCode results. More...

Inherits ReadResult1D.

Properties

 contrast = property
 int: The contrast element contains the minimal contrast in the code. More...
 
 product_id = property
 int: Product ID. More...
 
 radius_code = property
 int: Radius code in mm (-1.0 if the radius code has not been calculated). More...
 
- Properties inherited from ReadResult1D
 grade_result = property
 cvb.barcode.GradeResult1D: Barcode Read Result does not contain any valid grading results. More...
 
- Properties inherited from ReadResult
 characters_read = property
 int: The return value contains the number of characters in the read barcode. More...
 
 decode_time = property
 int: The return value specifies the time consumed for decoding in units of ms. More...
 
 location = property
 List[cvb.Point2D]: Location of the barcode inside the image. More...
 
 num_words = property
 int: Contains the number of code words composing the read barcode. More...
 
 resolution = property
 float: The resolution specifies the smallest width unit in the code in multiples of a 10th of a pixel. More...
 
 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). More...
 
 text = property
 str: The text content of the barcode. More...
 
 type = property
 int: Symbology of the decoded result (see cvb.barcode.Symbology). More...
 

Detailed Description

Derived from ReadResult1D and gives specific access to SonyCode results.

Property Documentation

◆ contrast

contrast = property
static

int: The contrast element contains the minimal contrast in the code.

◆ product_id

product_id = property
static

int: Product ID.

◆ radius_code

radius_code = property
static

int: Radius code in mm (-1.0 if the radius code has not been calculated).