SpeechRecognizer.Dispose() method

Bing
 

The Dispose() method removes the current SpeechRecognizer instance and all speech data artifacts from memory.

public void Dispose();

Calling the Dispose() method on the current SpeechRecognizer instance does not remove any associated SpeechRecognizerUx objects from the XAML page.

Requirements

Minimum Supported Client

Windows 8

Required Extensions

Bing.Speech

Namespace

Bing.Speech

Show: