GrammarInfo Members

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Represents an object that contains static information about a speech recognition grammar. In contrast, a Grammar object contains information about a speech recognition grammar that is loaded into a speech recognizer at run time.

The GrammarInfo type exposes the following members.

Constructors

  NameDescription
Public methodGrammarInfo(Stream)Creates a new instance of the GrammarInfo class, using the grammar data in the specified stream object.
Public methodGrammarInfo(String)Creates a new instance of the GrammarInfo class, using the grammar data in the specified file path.
Top

Properties

  NameDescription
Public propertyExtraPartsGets a GrammarInfoPartsCollection collection that contains information about a specific speech recognition engine.
Top

Methods

  NameDescription
Public methodDisposeDisposes the object.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave(Stream)Saves the information in a GrammarInfo object to the specified stream.
Public methodSave(String)Saves the information in a GrammarInfo object to the specified file path.
Public methodToString (Inherited from Object.)
Top

See Also