SpeechRecognizer.Dispose() method

 

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

Syntax

public void Dispose();

Remarks

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