Enum FilterMode
[Version(1, 0, 0)]
[Flags]
public enum FilterMode
Fields
Custom = 4Apply custom filters.
Custom filters are applied after word length and pattern filters if they are also enabled. Extend DictionaryTransformation to implement a custom filter.
Pattern = 2Apply regex pattern filters.
WordLength = 1Apply word length filters.