ISpeechRecognizer.PhraseStarted Event

Event that is raised when a speech recognizer that is operating in continuous recognition mode detects that the user has started a recognizable phrase.

Syntax

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

Remarks

This event is raised frequently, even when the user begins a phrase that will never finally be recognized. If a phrase is recognized, the ContinuousRecognitionResultAvailable event will be raised. Otherwise, no additional event is raised.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

ISpeechRecognizer.ContinuousRecognitionResultAvailable Event

ISpeechRecognizer.ContinuousRecognitionStatusChanged Event

Windows.Xbox.Speech.Recognition Namespace