GrammarBuilder Methods
.NET Framework 4.5
The GrammarBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(Choices, GrammarBuilder) | Creates a new GrammarBuilder that contains a Choices object followed by a GrammarBuilder object. |
|
Add(GrammarBuilder, Choices) | Creates a new GrammarBuilder that contains a GrammarBuilder object followed by a Choices object. |
|
Add(GrammarBuilder, GrammarBuilder) | Creates a new GrammarBuilder that contains a sequence of two GrammarBuilder objects. |
|
Add(GrammarBuilder, String) | Creates a new GrammarBuilder that contains a GrammarBuilder object followed by a phrase. |
|
Add(String, GrammarBuilder) | Creates a new GrammarBuilder that contains a phrase followed by a GrammarBuilder object. |
|
Append(Choices) | Appends a set of alternatives to the current sequence of grammar elements. |
|
Append(GrammarBuilder) | Appends a grammar element to the current sequence of grammar elements. |
|
Append(SemanticResultKey) | Appends a semantic key to the current sequence of grammar elements. |
|
Append(SemanticResultValue) | Appends a semantic value to the current sequence of grammar elements. |
|
Append(String) | Appends a phrase to the current sequence of grammar elements. |
|
Append(String, SubsetMatchingMode) | Appends an element for a subset of a phrase to the current sequence of grammar elements. |
|
Append(GrammarBuilder, Int32, Int32) | Appends a repeated grammar element to the current sequence of grammar elements. |
|
Append(String, Int32, Int32) | Appends a repeated phrase to the current sequence of grammar elements. |
|
AppendDictation() | Appends the default dictation grammar to the current sequence of grammar elements. |
|
AppendDictation(String) | Appends the specified dictation grammar to the current sequence of grammar elements. |
|
AppendRuleReference(String) | Appends a grammar definition file to the current sequence of grammar elements. |
|
AppendRuleReference(String, String) | Appends the specified rule of a grammar definition file to the current sequence of grammar elements. |
|
AppendWildcard | Appends a recognition grammar element that matches any input to the current sequence of grammar elements. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |