[This is preliminary documentation and is subject to change.]

Says the text using windows synthesizer (that means aloud using sound card).

Namespace:  Phoenix.Speech
Assembly:  Phoenix.Speech (in Phoenix.Speech.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute]
public void Speak(
	string text
)
<CommandAttribute> _
Public Sub Speak ( _
	text As String _
)
[CommandAttribute]
public:
void Speak(
	String^ text
)

Parameters

text
String
Text to say.

See Also