public class SpeechJobManagerImpl extends Object implements SpeechJobManager
| Constructor and Description |
|---|
SpeechJobManagerImpl(SpeechService speechProxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelSpeechJob(SpeechJob job) |
SpeechJob |
createSpeechJob(SpeechRequest req)
Creates a SpeechJob from a SpeechRequest
|
String |
getRequestIdString() |
public SpeechJobManagerImpl(SpeechService speechProxy)
public SpeechJob createSpeechJob(SpeechRequest req)
createSpeechJob in interface SpeechJobManagerreq - the SpeechRequestpublic void cancelSpeechJob(SpeechJob job)
cancelSpeechJob in interface SpeechJobManagerpublic String getRequestIdString()
getRequestIdString in interface SpeechJobManagerCopyright © 2011-2016. All Rights Reserved.