Class AccuracyLevels
Represents a list of accuracy levels based on which phonetic matching is executed for filtering suggestions
Inheritance
System.Object
AccuracyLevels
Namespace: Syncfusion.SpellChecker.Base
Assembly: Syncfusion.SfSpellChecker.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public sealed class AccuracyLevels : Enum
Fields
High
Represents a high level which filters maximum possible suggestions.
Declaration
public const AccuracyLevels High
Field Value
Type |
---|
AccuracyLevels |
Low
Represents a most accurate level which filters accurate suggestions only.
Declaration
public const AccuracyLevels Low
Field Value
Type |
---|
AccuracyLevels |
Medium
Represents a medium level which filters matching suggestions.
Declaration
public const AccuracyLevels Medium
Field Value
Type |
---|
AccuracyLevels |