SpeechRecognizer.SoundStarted Event

Event that fires when a sound is started.

Syntax

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

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechRecognizer Class

SpeechRecognizer Members

Windows.Xbox.Speech.Recognition Namespace