SpeechRecognizer.PhraseStarted Event

Event that fires when a phrase is started.

Syntax

public:
event TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerPhraseStartedEventArgs^ >^ PhraseStarted {
         EventRegistrationToken add (TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerPhraseStartedEventArgs^ >^ 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