ISpeechRecognizerStateControl.AudioCaptureStateChanged event
The AudioCaptureStateChanged event is raised when the current speech recognition session moves from one state to another.
Syntax
public event Windows.Foundation.TypedEventHandler<SpeechRecognizer,SpeechRecognitionAudioCaptureStateChangedEventArgs> AudioCaptureStateChanged
Remarks
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 |