ISpeechRecognizer.SoundEnded Event

Event that is raised when the recognizer detects that a sound has ended.

Syntax

public:
event TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerSoundEndedEventArgs^ >^ SoundEnded {
         EventRegistrationToken add (TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerSoundEndedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

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.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

ISpeechRecognizer.SoundStarted Event

Windows.Xbox.Speech.Recognition Namespace