SpeechRecognizer::UnloadGrammar Method (Grammar^)
.NET Framework (current version)
Unloads a specified speech recognition grammar from the shared recognizer.
Assembly: System.Speech (in System.Speech.dll)
Parameters
- grammar
-
Type:
System.Speech.Recognition::Grammar^
The grammar to unload.
If the recognizer is running, applications must use RequestRecognizerUpdate to pause the speech recognition engine before loading, unloading, enabling, or disabling a grammar. To unload all grammars, use the UnloadAllGrammars method.
.NET Framework
Available since 3.0
Available since 3.0
Show: