SrgsGrammarCompiler Methods

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Methods

  NameDescription
Public methodStatic memberCompile(String, Stream)Compiles an XML-format grammar file into a binary grammar file with the .cfg extension and sends the output to a stream.
Public methodStatic memberCompile(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.
Public methodStatic memberCompile(SrgsDocument, Stream)Compiles an SrgsDocument into a binary grammar file with the .cfg extension and sends the output to a stream.
Top

See Also