org.mechio.api.speech.utils
Interface SpeechJobManager
- All Known Implementing Classes:
- NaiveSpeechJobManagerImpl, SpeechJobManagerImpl
public interface SpeechJobManager
- Author:
- matt
createSpeechJob
SpeechJob createSpeechJob(SpeechRequest req)
- Creates a SpeechJob from a SpeechRequest
- Parameters:
req - the SpeechRequest
- Returns:
- SpeechJob which represents the speech
cancelSpeechJob
void cancelSpeechJob(SpeechJob job)
getRequestIdString
String getRequestIdString()
Copyright © 2011-2015. All Rights Reserved.