alexa

    Show / Hide Table of Contents

    Enum AccuracyLevels

    Represents a list of accuracy levels based on which phonetic matching is executed for filtering suggestions

    Namespace: Syncfusion.SpellChecker.Base
    Assembly: Syncfusion.SpellChecker.Base.dll
    Syntax
    public enum AccuracyLevels

    Fields

    Name Description
    High

    Represents a high level which filters maximum possible suggestions.

    Low

    Represents a most accurate level which filters accurate suggestions only.

    Medium

    Represents a medium level which filters matching suggestions.

    Back to top Generated by DocFX