







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
Name | Description | |
---|---|---|
![]() | GrammarInfo(Stream) | Creates a new instance of the GrammarInfo class, using the grammar data in the specified stream object. |
![]() | GrammarInfo(String) | Creates a new instance of the GrammarInfo class, using the grammar data in the specified file path. |
Properties
Name | Description | |
---|---|---|
![]() | ExtraParts | Gets a GrammarInfoPartsCollection collection that contains information about a specific speech recognition engine. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Disposes the object. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | 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. |
![]() | ToString | (Inherited from Object.) |