Event that fires when a speech recognizer changes between the Paused, InProgress, Stopped, Error, and Completed states.
public:
event TypedEventHandler<SpeechRecognizer^ , ContinuousSpeechRecognitionStatusEventArgs^ >^ ContinuousRecognitionStatusChanged {
EventRegistrationToken add (TypedEventHandler<SpeechRecognizer^ , ContinuousSpeechRecognitionStatusEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
The Completed state only occurs during offline use when feeding audio data into a speech recognizer, for example, when testing.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd