Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
GrammarInfo Members
Include Protected Members
Include Inherited Members
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. |
Top
Properties
Name | Description | |
---|---|---|
ExtraParts | Gets a GrammarInfoPartsCollection collection that contains information about a specific speech recognition engine. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Disposes the GrammarInfo 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) |
Top