speech
Interface Speakable
- All Known Implementing Classes:
- AgentID, ApplicationGrammar, AppGrammarAgent, Pair
- public interface Speakable
An interface that specifies and object has the toSpeech method, which
returns a String that can be easily spoken by a speech synthesis program.
Method Summary |
String |
toSpeech()
Returns a String describing this object. |
toSpeech
public String toSpeech()
throws RemoteException
- Returns a String describing this object.
The returned String should be easily spoken by a speech synthesis program.
- Returns:
- a
String
value - Throws:
RemoteException
- if an error occurs