ISpeechRecognizer.ContinuousRecognitionResultAvailable Event

The event that is raised when a speech recognizer that is operating in continuous recognition mode detects that an utterance matches a complete phrase in one of its grammars.

Syntax

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

Remarks

The ContinuousSpeechRecognitionResultEventArgs object that you receive when this event is raised has a Result property, which is a SpeechRecognitionResult. Before using the ContinuousSpeechRecognitionResult, check the value of its TextConfidence property to be sure that it makes sense to rely on the recognized speech.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

Windows.Xbox.Speech.Recognition Namespace