The enumeration RuleState defines states of the grammer rule.

Namespace:  SGP.Speech
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public enum RuleState

Members

Member nameDescription
Inactive
A grammer rule is inactive.
Active
A grammer rule is active.
ActiveWithAutoPause
Recognition will be suspended after a grammer rule is recognized.

See Also