VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrCleanupSettings Class / SymbolMinConfidence Property
Syntax Requirements SeeAlso
In This Topic
    SymbolMinConfidence Property (OcrCleanupSettings)
    In This Topic
    Gets or sets the minimum confidence of symbol in OCR result.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The minimum confidence of symbol in OCR result.
    Possible values are from 0 to 100.")>
    <DefaultValueAttribute(90)>
    Public Property SymbolMinConfidence As Single
    
    
    [Description("The minimum confidence of symbol in OCR result.
    Possible values are from 0 to 100.")]
    [DefaultValue(90)]
    public float SymbolMinConfidence { get; set; }
    
    
    [Description("The minimum confidence of symbol in OCR result.
    Possible values are from 0 to 100.")]
    [DefaultValue(90)]
    public: __property float get_SymbolMinConfidence();
    public: __property void set_SymbolMinConfidence(
    float value
    );
    [Description("The minimum confidence of symbol in OCR result.
    Possible values are from 0 to 100.")]
    [DefaultValue(90)]
    public:
    property float SymbolMinConfidence { float get(); void set(float value); }

    Property Value

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