SrgsRuleScope Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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 nameDescription
PublicThe 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.
PrivateThe rule cannot be the target of a rule reference from an external grammar unless it is the root rule of its containing grammar.

See Also