Click or drag to resize
RecognitionResult Class
Recognition result returned by the Microsoft Speech Service.
Inheritance Hierarchy
SystemObject
  Microsoft.Bing.SpeechRecognitionResult

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public class RecognitionResult

The RecognitionResult type exposes the following members.

Constructors
  NameDescription
Public methodRecognitionResult
Initializes a new instance of the RecognitionResult class.
Top
Properties
  NameDescription
Public propertyPhrases
Gets the set of recognized phrases when RecognitionStatus is Success. This will contain at least one recognized phrase; in dictation mode, some utterances may produce multiple phrase results.
Public propertyRecognitionStatus
Gets the overall recognition status.
Top
Remarks
In ShortPhrase mode the client receives one RecognitionResult. In LongDictation mode the client receives one or more RecognitionResult.
See Also