speech
Interface GrammarCenter
- All Known Implementing Classes:
- GrammarCenterAgent
- public interface GrammarCenter
- extends Agent
This is the center where it listens to the user and farms out
stuff to various AppGrammars.
getDictation
public String getDictation()
throws RemoteException
requestWakeUp
public void requestWakeUp()
throws RemoteException
requestWakeUp
public void requestWakeUp(boolean playattention)
throws RemoteException
processString
public String processString(String text)
throws RemoteException
setDictionFromTypeWriter
public void setDictionFromTypeWriter(boolean b)
throws RemoteException
setTypeWriter
public void setTypeWriter(String AgentID)
throws RemoteException