SrgsGrammarCompiler::Compile Method
.NET Framework (current version)
Compiles SrgsDocument objects and XML-format grammar files into binary grammar files with the .cfg extension and sends the output to a stream.
Assembly: System.Speech (in System.Speech.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Compile(SrgsDocument^, Stream^) | Compiles an SrgsDocumentobject into a binary grammar file with the .cfg extension and sends the output to a stream. |
![]() ![]() | Compile(String^, Stream^) | Compiles an XML-format grammar file into a binary grammar file with the .cfg extension and sends the output to a stream. |
![]() ![]() | Compile(XmlReader^, Stream^) | Compiles data for an XML-format grammar file referenced by an XmlReader into a binary grammar file with the .cfg extension and sends the output to a stream. |
Show:

