| RecognitionPhrase Class |
Namespace: Microsoft.Bing.Speech
The RecognitionPhrase type exposes the following members.
| Name | Description | |
|---|---|---|
| RecognitionPhrase | Initializes a new instance of the RecognitionPhrase class. |
| Name | Description | |
|---|---|---|
| Confidence | Indicates the level of confidence of a recognized phrase. | |
| DisplayText | 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"). | |
| LexicalForm | Gets the unprocessed recognized text. | |
| MediaDuration | Gets the duration (in 100-nanosecond units) of this phrase. | |
| MediaTime | Gets the time (in 100-nanosecond units) at which the phrase was recognized, relative to the start of the audio stream. |