RecognizedPhrase::Text Property

 

Gets the normalized text generated by a speech recognizer from recognized input.

Namespace:   System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)

public:
property String^ Text {
	String^ get();
}

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
Return to top
Show: