ImageGear for .NET
Confidence Property
See Also  Send Feedback
ImageGear21.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeResult Class : Confidence Property




Glossary Item Box

Gets the confidence of the recognized barcode.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

A long which represents the confidence of the barcode.

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 check sum value will cause a reduced confidence. Invalid check sums 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 check sum. The confidence of these barcodes is reduced by as much as 30.

All of these modifications of the confidence can be combined.

See the ImGearBarcodeResult Class for more information about retrieving results.

See Also

©2013. Accusoft Corporation. All Rights Reserved.