Barcode Xpress for .NET Core v13.9 - Updated
Confidence Property




Accusoft.BarcodeXpressSdk Namespace > Result Class : 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

Is this page helpful?
Yes No
Thanks for your feedback.