Event that is raised when the recognizer detects a new sound.
public:
event TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerSoundStartedEventArgs^ >^ SoundStarted {
EventRegistrationToken add (TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerSoundStartedEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
This event is raised very frequently, potentially limiting its usefulness for titles. Consider using the PhraseStarted event, instead.
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