Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
GrammarInfo.Save Method
Include Protected Members
Include Inherited Members
Saves the information in a GrammarInfo object to a stream or a file.
Overload List
Name | Description | |
---|---|---|
Save(Stream) | Saves the information in a GrammarInfo object to the specified stream. | |
Save(String) | Saves the information in a GrammarInfo object to the specified file path. |
Top