ISpeechSynthesizer.Speak

This commands the speech synthesizer to convert the specified text to speech and vocalize it.

public void Speak( string phrase );

Parameters

phrase
The text to vocalize.


See also:

Interface ISpeechSynthesizer


Last Updated: 1/7/2007