SpeechRecognitionResultReceivedEventArgs class

 

The SpeechRecognitionResultReceivedEventArgs class makes a preliminary speech recognition result available to the SpeechRecognizer.RecognizerResultReceived event.

Syntax

public sealed class SpeechRecognitionResultReceivedEventArgs

The SpeechRecognitionResultReceivedEventArgs class has the following members.

Properties

Name

Description

Text

The recognized text of a preliminary speech recognition result.

IsHypothesis

Indicates whether the recognized text of a preliminary speech recognition result is a hypothesis or the final result of the speech recognition session.

Remarks

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

Bing.Speech