org.mechio.api.speech.utils
Class SpeechJobManagerImpl
java.lang.Object
org.mechio.api.speech.utils.SpeechJobManagerImpl
- All Implemented Interfaces:
- SpeechJobManager
public class SpeechJobManagerImpl
- extends Object
- implements SpeechJobManager
- Author:
- matt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpeechJobManagerImpl
public SpeechJobManagerImpl(SpeechService speechProxy)
createSpeechJob
public SpeechJob createSpeechJob(SpeechRequest req)
- Creates a SpeechJob from a SpeechRequest
- Specified by:
createSpeechJob in interface SpeechJobManager
- Parameters:
req - the SpeechRequest
- Returns:
- SpeechJob which represents the speech
cancelSpeechJob
public void cancelSpeechJob(SpeechJob job)
- Specified by:
cancelSpeechJob in interface SpeechJobManager
getRequestIdString
public String getRequestIdString()
- Specified by:
getRequestIdString in interface SpeechJobManager
Copyright © 2011-2015. All Rights Reserved.