Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EmulateRecognizeCompletedEventArgs::Result Property

 

Gets the results of emulated recognition.

Namespace:   System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)

public:
property RecognitionResult^ Result {
	RecognitionResult^ get();
}

Property Value

Type: System.Speech.Recognition::RecognitionResult^

Detailed information about the results of recognition, or null if an error occurred.

The RecognitionResult object derives from RecognizedPhrase and contains full information about a phrase returned by a recognition operation. You can obtain a list off all the recognition candidates from the Alternates property.

If recognizer encounters an exception during the recognition operation, the Error property is set to the exception and the Result property is set to null.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft