SrgsGrammarCompiler::Compile Method

 

Compiles SrgsDocument objects and XML-format grammar files into binary grammar files with the .cfg extension and sends the output to a stream.

Namespace:   System.Speech.Recognition.SrgsGrammar
Assembly:  System.Speech (in System.Speech.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCompile(SrgsDocument^, Stream^)

Compiles an SrgsDocumentobject into a binary grammar file with the .cfg extension and sends the output to a stream.

System_CAPS_pubmethodSystem_CAPS_staticCompile(String^, Stream^)

Compiles an XML-format grammar file into a binary grammar file with the .cfg extension and sends the output to a stream.

System_CAPS_pubmethodSystem_CAPS_staticCompile(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.

Return to top
Show: