Click or drag to resize
RecognitionPhraseDisplayText Property
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").

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public string DisplayText { get; }

Property Value

Type: String
See Also