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.
public:
event TypedEventHandler<SpeechRecognizer^ , ContinuousSpeechRecognitionResultEventArgs^ >^ ContinuousRecognitionResultAvailable {
EventRegistrationToken add (TypedEventHandler<SpeechRecognizer^ , ContinuousSpeechRecognitionResultEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
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.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd