Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Result Class / Confidence Property




In This Topic
Confidence Property
In This Topic
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

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:

  • Barcodes that require the use of check digits that have not produced the anticipated checksum value will cause a reduced confidence. Invalid checksums will have a reduction of at least 50.
  • Barcodes that are recognized but that also include errors will cause a reduction in confidence. These could be barcodes that were recovered because of the checksum. The confidence of these barcodes is reduced by as much as 30.

All of these modifications of the confidence can be combined.

See the Result Class for more information about retrieving results.

See Also