Event that is raised when the recognizer detects that a sound has ended.
public:
event TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerSoundEndedEventArgs^ >^ SoundEnded {
EventRegistrationToken add (TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerSoundEndedEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
This event is raised very frequently, potentially limiting its usefulness for titles. If you have decided to use the PhraseStarted event, instead, note that the corresponding event is ContinuousRecognitionResultAvailable.
For every SoundStarted event that is raised, one SoundEnded will also be raised, unless your application quits before the sound ends.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd