Click or drag to resize
RecognitionPhrase Class
Recognized text with confidence level and other media timing information.
Inheritance Hierarchy

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

The RecognitionPhrase type exposes the following members.

Constructors
  NameDescription
Public methodRecognitionPhrase
Initializes a new instance of the RecognitionPhrase class.
Top
Properties
  NameDescription
Public propertyConfidence
Indicates the level of confidence of a recognized phrase.
Public propertyDisplayText
Gets the form of recognized text that is ideal for presentation. This format includes normalization of numbers, currency values and ordinals (for example, displays "$2" for the spoken words "two dollars").
Public propertyLexicalForm
Gets the unprocessed recognized text.
Public propertyMediaDuration
Gets the duration (in 100-nanosecond units) of this phrase.
Public propertyMediaTime
Gets the time (in 100-nanosecond units) at which the phrase was recognized, relative to the start of the audio stream.
Top
See Also