SpeechRecognizer::UnloadGrammar Method (Grammar^)

 

Unloads a specified speech recognition grammar from the shared recognizer.

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

public:
void UnloadGrammar(
	Grammar^ grammar
)

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
Return to top
Show: