SpeechRecognitionResultReceivedEventArgs class
The SpeechRecognitionResultReceivedEventArgs class makes a preliminary speech recognition result available to the SpeechRecognizer.RecognizerResultReceived event.
The SpeechRecognitionResultReceivedEventArgs class has the following members.
Name | Description |
|---|---|
The recognized text of a preliminary speech recognition result. | |
Indicates whether the recognized text of a preliminary speech recognition result is a hypothesis or the final result of the speech recognition session. |
When the SpeechRecognizer.RecognizeSpeechToTextAsync() method makes a hypothesis about what the user said it raises the SpeechRecognizer.RecognizerResultReceived event. The SpeechRecognitionResultReceivedEventArgs for the event contain the proposed text in the Text property and a Boolean value in the IsHypothesis property to indicate whether the current text is a hypothesis or the final result.
Requirements
Minimum Supported Client | Windows 8 |
Required Extensions | Bing.Speech |
Namespace |