Grammar Constructor (SrgsDocument^, String^, array<Object^>^)
Initializes a new instance of the Grammar class from an instance of SrgsDocument, and specifies the name of a rule to be the entry point to the grammar.
Assembly: System.Speech (in System.Speech.dll)
public: Grammar( SrgsDocument^ srgsDocument, String^ ruleName, array<Object^>^ parameters )
Parameters
- srgsDocument
-
Type:
System.Speech.Recognition.SrgsGrammar::SrgsDocument^
An instance of SrgsDocument that contains the constraints for the speech recognition grammar.
- ruleName
-
Type:
System::String^
The identifier of the rule to use as the entry point of the speech recognition grammar, or null to use the default root rule of the grammar description.
- parameters
-
Type:
array<System::Object^>^
Parameters to be passed to the initialization handler specified by the OnInit property for the entry point or the root rule of the Grammar to be created. This parameter may be null.
| Exception | Condition |
|---|---|
| System::ArgumentException |
|
Parameters for an initialization handler may also be specified.
Available since 3.0