org.robokind.api.speech.utils
Class SpeechJobManager

java.lang.Object
  extended by org.robokind.api.speech.utils.SpeechJobManager

public class SpeechJobManager
extends Object

Author:
matt

Constructor Summary
SpeechJobManager(SpeechService speechProxy)
           
 
Method Summary
 SpeechJob createSpeechJob(String text)
          Adds text to the speech queue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeechJobManager

public SpeechJobManager(SpeechService speechProxy)
Method Detail

createSpeechJob

public SpeechJob createSpeechJob(String text)
Adds text to the speech queue.

Parameters:
text - text to speak
Returns:
SpeechJob which represents the speech


Copyright © 2011-2013. All Rights Reserved.