![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
The GrammarBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add(String, GrammarBuilder) | Creates a new GrammarBuilder that contains a phrase followed by a GrammarBuilder object. |
![]() ![]() | 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. |
![]() | Append(String) | Appends a phrase to the current sequence of grammar elements. |
![]() | 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, SubsetMatchingMode) | Appends an element for a subset of a phrase to the current sequence of grammar elements. |
![]() | Append(String, Int32, Int32) | Appends a repeated phrase to the current sequence of grammar elements. |
![]() | Append(GrammarBuilder, Int32, Int32) | Appends a repeated grammar element to the current sequence of grammar elements. |
![]() | AppendDictation()()()() | Appends grammar logic to provide access the default, free-text, dictation grammar provided by the Microsoft Speech Platform SDK 11. |
![]() | AppendDictation(String) | Appends grammar logic to provide access to a special-function dictation grammar specified by a string. |
![]() | 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 | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |