Event that is raised when a speech recognizer that is operating in continuous recognition mode detects that the user has started a recognizable phrase.
public:
event TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerPhraseStartedEventArgs^ >^ PhraseStarted {
EventRegistrationToken add (TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerPhraseStartedEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
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.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
ISpeechRecognizer.ContinuousRecognitionResultAvailable Event