CVBpy 15.0
Result Class Reference

Configuration class for Data Matrix codes. More...

Inherits object.

Properties

 center = property
 cvb.Point2D: Gets center coordinates of decoded barcode.
 
 corners = property
 List[cvb.Point2D]: Gets corner coordinates of decoded barcode.
 
 data = property
 str: Gets the decoded barcode data.
 
 decode_status = property
 int: Gets decoding status of decoded barcode (see cvb.barcode.DecodeStatus).
 
 result_2d = property
 Optional[cvb.barcode.Result2D]: Gets the result of a 2D barcode, if available.
 
 symbology_type = property
 int: Gets symbology type of decoded barcode (see cvb.barcode.Symbology).
 

Detailed Description

Configuration class for Data Matrix codes.

This class holds the results of a decoded barcode. After executing the barcode decoding process with Decoder.execute(), a list of Result objects is returned, containing the decoding outcomes.