| SerializerLibraryDocumentation |
Interface ISpeechSynthesizer
|
| Member | Description | |
|---|---|---|
![]() |
Speak | This commands the speech synthesizer to convert the specified text to speech and vocalize it. public void Speak( string phrase ); |
![]() |
SpeakCannedPhrase | This commands the speech synthesizer to announce a preprogrammed public void SpeakCannedPhrase( UInt16 phraseId ); public void SpeakCannedPhrase( byte phraseId ); |