Click or drag to resize

BarCodeConfidence Property

Represents the detected barcode recognition confidence.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double Confidence { get; }

Property Value

Type: Double
A double ranging from 0.0 (no confidence) to 1.0 (complete confidence).
Remarks
The higher the value the better recognition quality is.
See Also