Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
GrammarInfo Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the GrammarInfo class.
Overload List
Name | Description | |
---|---|---|
GrammarInfo(Stream) | Creates a new instance of the GrammarInfo class, using the grammar data in the specified stream object. | |
GrammarInfo(String) | Creates a new instance of the GrammarInfo class, using the grammar data in the specified file path. |
Top