org.mechio.api.speech.utils
Interface SpeechJobManager

All Known Implementing Classes:
NaiveSpeechJobManagerImpl, SpeechJobManagerImpl

public interface SpeechJobManager

Author:
matt

Method Summary
 void cancelSpeechJob(SpeechJob job)
           
 SpeechJob createSpeechJob(SpeechRequest req)
          Creates a SpeechJob from a SpeechRequest
 String getRequestIdString()
           
 

Method Detail

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.