Accusoft.BarcodeXpress10.Net
Confidence Property




Gets the confidence of the recognized barcode.
Syntax
'Declaration
 
Public ReadOnly Property Confidence As Integer
'Usage
 
Dim instance As Result
Dim value As Integer
 
value = instance.Confidence
public int Confidence {get;}
public: __property int get_Confidence();
public:
property int Confidence {
   int get();
}

Property Value

Represents the confidence of the barcode result.
Remarks

Barcodes are assumed to have a 100 percent confidence from which points are deducted. Confidence reporting is based on several factors:

All of these modifications of the confidence can be combined.

See the Result Class for more information about retrieving results.

See Also

Reference

Result Class
Result Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback