GrammarBuilder Members
Provides an easy-to-use mechanism for constructing complex Grammar objects from simple inputs.
The following tables list the members exposed by the GrammarBuilder type.
Public Constructors
Name | Description | |
---|---|---|
GrammarBuilder | Overloaded. Constructs a new instance of GrammarBuilder. |
Top
Public Properties
Name | Description | |
---|---|---|
Culture | Gets or sets the culture of the grammar. | |
DebugShowPhrases | Writes a description of the grammar logic constructed by a GrammarBuilder. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Overloaded. Returns a new instance of GrammarBuilder constructed by appending pairs the grammar definition objects Choices, GrammarBuilder, and System.String. | |
Append | Overloaded. Appends recognition grammar elements to the current GrammarBuilder. | |
AppendDictation | Overloaded. | |
AppendRuleReference | Overloaded. Appends a grammar rule reference to the current GrammarBuilder. | |
AppendWildcard | Appends a recognition grammar element that matches any input. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
op_Addition | Overloaded. | |
op_Implicit | Overloaded. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top