RecognizedPhrase::Grammar Property

 

Gets the Grammar that the speech recognizer used to return the RecognizedPhrase.

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

public:
property Grammar^ Grammar {
	Grammar^ get();
}

Property Value

Type: System.Speech.Recognition::Grammar^

The grammar object that the speech recognizer used to identify the input.

.NET Framework
Available since 3.0
Return to top
Show: