RecognizedPhrase::Text Property
.NET Framework (current version)
Gets the normalized text generated by a speech recognizer from recognized input.
Assembly: System.Speech (in System.Speech.dll)
Property Value
Type: System::String^The normalized text generated by a speech recognizer from recognized input.
As part of the speech recognition process, the speech recognizer performs speech-to-text normalization of the recognized input into a display form.
For example, the spoken input, "twenty five dollars", generates a recognition result where the Words property contains the words, "twenty", "five", and "dollars", and the Text property contains the phrase, "$25.00". For more information about text normalization, see ReplacementText.
.NET Framework
Available since 3.0
Available since 3.0
Show: