SpeechContinuousRecognitionResultGeneratedEventArgs.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.