An instance of RecognitionResult returned by a speech recognition operation provides both:
Detailed information about the phrase determined by to be the best candidate for matching audio input.
A list of all candidate phrases, as RecognizedPhrase objects, ordered by confidence level, and obtained by the Alternates member of [T:System.Speech.Recognition.RecognitionResult.]
RecognitionResult inherits from RecognizedPhrase and is serializable and
An application typically obtains an instance of RecognitionResult from the Result member of the instance of a class derived from RecognitionEventArgs and passed by a speech recognition engine to handlers of SpeechHypothesized, SpeechRecognized or SpeechRecognitionRejected events generated by SpeechRecognizer and SpeechRecognitionEngine, as well as SpeechRecognized events generated byGrammar.