ClearImage .NET API
Confidence Property (CiBarcode)





Inlite.ClearImage Namespace > CiBarcode Class : Confidence Property
Barcode recognition confidence
Syntax
'Declaration
 
Public Property Confidence As System.Integer
'Usage
 
Dim instance As CiBarcode
Dim value As System.Integer
 
instance.Confidence = value
 
value = instance.Confidence
public System.int Confidence {get; set;}
public read-write property Confidence: System.Integer; 
public function get,set Confidence : System.int
public:
property System.int Confidence {
   System.int get();
   void set (    System.int value);
}
Remarks

The Confidence value is a diagnostic that is normally reported as: 
-1     indicates that confidence not measured because it was not applicable
 0     indicates failure to verify checksum or ECC.  Some codes contain a checksum/ECC inherently which is always checked.   For some other codes, such as Code39, there is an option to use (or not use) a checksum.
100  indicates successful recognition
1-99 indicate a value used for diagnostic purposes

See Also

Reference

CiBarcode Class
CiBarcode Members