jaugment2.speech
Interface speechSynthesizing
- All Known Implementing Classes:
- CmdlnSpeakerService, CmdlnSpeakerServiceProxy, JavaSpeechServiceProxy, JavaSpeechService
- public interface speechSynthesizing
- extends java.rmi.Remote
interface for services providing basic speech-synth
|
Method Summary |
void |
speak(java.lang.String s)
speaks the given text. |
speak
public void speak(java.lang.String s)
throws java.lang.IllegalStateException,
java.rmi.RemoteException
- speaks the given text. See the Java-Speech-API-doc for
special tokens.