SpeechContinuousRecognitionResultGeneratedEventArgs.Result Property

Definition

Gets the complete recognition result returned by the speech recognizer at the end of a continuous recognition session where SpeechRecognitionResultStatus is set to Success.

public:
 property SpeechRecognitionResult ^ Result { SpeechRecognitionResult ^ get(); };
SpeechRecognitionResult Result();
public SpeechRecognitionResult Result { get; }
var speechRecognitionResult = speechContinuousRecognitionResultGeneratedEventArgs.result;
Public ReadOnly Property Result As SpeechRecognitionResult

Property Value

The complete recognition result returned by the speech recognizer at the end of a dictation session.

Applies to

See also