Enumerates values for the scope of a SrgsRule object.
Namespace:
Microsoft.Speech.Recognition.SrgsGrammar
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration SrgsRuleScope |
Visual Basic (Usage) |
---|
Dim instance As SrgsRuleScope |
C# |
---|
public enum SrgsRuleScope |
Members
Member name | Description | |
---|---|---|
Public | The rule can be the target of a rule reference from an external grammar, which can use the rule to perform recognition. A public rule can always be activated for recognition. | |
Private | The rule cannot be the target of a rule reference from an external grammar unless it is the root rule of its containing grammar. |