'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();
'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();
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.