VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [DefaultValue(30)]
    [Description("The minimum confidence of word in OCR result.
    Possible values are from 0 to 100.")]
    public: __property float get_WordMinConfidence();
    public: __property void set_WordMinConfidence(
    float value
    );
    [DefaultValue(30)]
    [Description("The minimum confidence of word in OCR result.
    Possible values are from 0 to 100.")]
    public:
    property float WordMinConfidence { float get(); void set(float value); }

    Property Value

    Possible values are from 0 to 100. Default value is 30.
    Requirements

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

    See Also