VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrCleanupSettings Class / WordMinConfidence Property
Syntax Requirements SeeAlso
In This Topic
WordMinConfidence Property (OcrCleanupSettings)
In This Topic
Gets or sets the minimum confidence of word in OCR result.
Syntax
'Declaration

<DefaultValueAttribute(30)>
<DescriptionAttribute("The minimum confidence of word in OCR result.
Possible values are from 0 to 100.")>
Public Property WordMinConfidence As Single

[DefaultValue(30)]
[Description("The minimum confidence of word in OCR result.
Possible values are from 0 to 100.")]
public float WordMinConfidence { get; set; }

Property Value

Possible values are from 0 to 100. Default value is 30.
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