public class NaiveSpeechJobManagerImpl extends Object implements SpeechJobManager
| Constructor and Description |
|---|
NaiveSpeechJobManagerImpl(SpeechService speechProxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelSpeechJob(SpeechJob job) |
SpeechJob |
createSpeechJob(SpeechRequest req)
Adds text to the speech queue.
|
String |
getRequestIdString() |
public NaiveSpeechJobManagerImpl(SpeechService speechProxy)
public SpeechJob createSpeechJob(SpeechRequest req)
createSpeechJob in interface SpeechJobManagertext - text to speakpublic void cancelSpeechJob(SpeechJob job)
cancelSpeechJob in interface SpeechJobManagerpublic String getRequestIdString()
getRequestIdString in interface SpeechJobManagerCopyright © 2011-2016. All Rights Reserved.