This topic has not yet been rated - Rate this topic

SrgsRule Class

Represents a grammar rule.

System.Object
  System.Speech.Recognition.SrgsGrammar.SrgsRule

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

The SrgsRule type exposes the following members.

  Name Description
Public method SrgsRule(String) Initializes a new instance of the SrgsRule class and specifies the identifier for the rule.
Public method SrgsRule(String, SrgsElement[]) Initializes a new instance of the SrgsRule class from an array of SrgsElement objects.
Top
  Name Description
Public property BaseClass
Public property Elements Gets the collection of SrgsElement objects in the SrgsRule instance.
Public property Id Gets or sets the identifier for the rule.
Public property OnError
Public property OnInit
Public property OnParse
Public property OnRecognition
Public property Scope Gets or sets whether a rule can be activated for recognition and when the rule can be referenced by other rules.
Public property Script
Top
  Name Description
Public method Add Adds an SrgsElement to an SrgsRule object.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

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 words and phrases specified by SrgsRule objects in grammars defined by SrgsDocument instances limit the spoken input that the recognizer must be able to identify.

An SrgsRule object specifies the sequence in which words and phrases must be spoken by ordering the objects that contain them. Words and phrases within a rule are represented by objects such as SrgsItem, SrgsOneOf, SrgsRuleRef, and SrgsToken elements. Use the Elements property to access the collection of child objects that an SrgsRule object contains.

You can determine whether an SrgsRule can be specified in a rule reference from a rule in an external grammar by setting its Scope property.

It is not legal to define an SrgsRule that is empty or that contains only white space.

This class represents the rule element that is defined in the World Wide Web Consortium (W3C) Speech Recognition Grammar Specification (SRGS) Version 1.0. For information about the SRGS rule element and details about its support by System.Speech, see rule Element.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ