GrammarBuilder::Add Method (Choices^, GrammarBuilder^)
Creates a new GrammarBuilder that contains a Choices object followed by a GrammarBuilder object.
Assembly: System.Speech (in System.Speech.dll)
Parameters
- choices
-
Type:
System.Speech.Recognition::Choices^
The first grammar element, which represents a set of alternatives.
- builder
-
Type:
System.Speech.Recognition::GrammarBuilder^
The second grammar element.
Return Value
Type: System.Speech.Recognition::GrammarBuilder^A GrammarBuilder for the sequence of the choices element followed by the builder element.
GrammarBuilder supports implicit conversions from the following classes:
This method accepts the objects listed above for the builder parameter.
For more information, see the Implicit and Addition operators.
Important |
|---|
When you combine Choices and GrammarBuilder objects that contain SemanticResultValue or SemanticResultKey instances, make sure you avoid creating duplicate semantic elements with the same key name or multiple semantic elements that could repeatedly modify the Value property of a SemanticValue object. The speech recognizer can throw an exception if it encounters these circumstances. For more information about building a speech recognition grammar that contains semantic information, see Add Semantics to a GrammarBuilder Grammar. |
Available since 3.0
