SpeechRecognizer.HypothesisAvailable Event

Event raised when a hypothesis becomes available.

Syntax

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