This topic has not yet been rated - Rate this topic

SrgsRule Class

Represents a grammar rule.

Namespace:  System.Speech.Recognition.SrgsGrammar
Assembly:  System.Speech (in System.Speech.dll)
[SerializableAttribute]
public class SrgsRule

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).

System.Object
  System.Speech.Recognition.SrgsGrammar.SrgsRule
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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.

.NET Framework

Supported in: 3.5, 3.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ