ImageGear .NET - Updated
Confidence Property (ImGearBarcodeResult)




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeResult Class : Confidence Property
Gets the confidence of the recognized barcode.
Syntax
'Declaration
 
Public ReadOnly Property Confidence As Integer
'Usage
 
Dim instance As ImGearBarcodeResult
Dim value As Integer
 
value = instance.Confidence
public int Confidence {get;}
public: __property int get_Confidence();
public:
property int Confidence {
   int get();
}

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:

All of these modifications of the confidence can be combined.

See the ImGearBarcodeResult Class for more information about retrieving results.

See Also

Reference

ImGearBarcodeResult Class
ImGearBarcodeResult Members