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. |