SrgsRule Class
Represents a grammar rule.
Assembly: System.Speech (in System.Speech.dll)
Use the [SrgsRule] class to create a new rule at run time or to modify a rule in an existing grammar stream or file at run time.
The phrases defined by grammar rules form the basis of the recognizer's language model in the System.Speech.Recognition.SrgsGrammar namespace. This basis limits the set of possible phrases that the recognizer must be able to recognize.
A rule consists of child elements that specify the sequence in which the phrases must be spoken. These elements are represented by objects such as SrgsItem, SrgsOneOf, and SrgsRuleRef elements. Use the Elements property to access the collection of child elements a rule contains.
You can specify whether a rule can be activated for recognition and when it can be referenced by other rules by using the Scope property.
This class represents the [rule] element that is defined in the World Wide Web Consortium (W3C) Speech Recognition Grammar Specification (SRGS).
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.