EmulateRecognizeCompletedEventArgs::Result Property
.NET Framework (current version)
Gets the results of emulated recognition.
Assembly: System.Speech (in System.Speech.dll)
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
Available since 3.0
Show: