ISpeechRecognizerStateControl.AudioCaptureStateChanged event

Bing
 

The AudioCaptureStateChanged event is raised when the current speech recognition session moves from one state to another.

public event Windows.Foundation.TypedEventHandler<SpeechRecognizer,SpeechRecognitionAudioCaptureStateChangedEventArgs> AudioCaptureStateChanged

Use this event to signal UI changes in your speech controls to reflect the current state of the audio capture process.

The SpeechRecognitionAudioCaptureStateChangedEventArgs object associated with this event contains a SpeechRecognizerAudioCaptureState enumeration value that specifies the current state. For a list of valid states, see the SpeechRecognizerAudioCaptureState enumeration documentation.

Requirements

Minimum Supported Client

Windows 8

Required Extensions

Bing.Speech

Namespace

Bing.Speech

Show: