VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / MinConfidence Property
Syntax Remarks Requirements SeeAlso
In This Topic
MinConfidence Property (ReaderSettings)
In This Topic
Gets or sets the minimum value of confidence, in percents.
Syntax
'Declaration

<DescriptionAttribute("Minimum value of confidence, in percents.")>
<DefaultValueAttribute(95)>
Public Property MinConfidence As Integer

[Description("Minimum value of confidence, in percents.")]
[DefaultValue(95)]
public int MinConfidence { get; set; }

Property Value

Default value is 95.
Remarks

Barcode will be dropped if it's Confidence value less than MinConfidence.

You should set value of this property to 0 if you want to see all searched barcodes.
You should set value of this property to 95 if you want to see "good" barcodes only.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also