Class SpeechToTextServiceRestEndpoint
java.lang.Object
org.opencastproject.rest.AbstractJobProducerEndpoint
org.opencastproject.speechtotext.impl.endpoint.SpeechToTextServiceRestEndpoint
@Path("/speechtotext")
public class SpeechToTextServiceRestEndpoint
extends org.opencastproject.rest.AbstractJobProducerEndpoint
A service endpoint to expose the
SpeechToTextService via REST.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opencastproject.job.api.JobProducerorg.opencastproject.serviceregistry.api.ServiceRegistryprotected voidsetServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry.voidsetSpeechToTextService(org.opencastproject.speechtotext.api.SpeechToTextService speechToTextService) Sets the speechToText servicejavax.ws.rs.core.ResponsespeechToText(String mediaFilePath, String language, Boolean translate) Methods inherited from class org.opencastproject.rest.AbstractJobProducerEndpoint
checkHeartbeat, dispatchJob
-
Constructor Details
-
SpeechToTextServiceRestEndpoint
public SpeechToTextServiceRestEndpoint()
-
-
Method Details
-
speechToText
-
getService
public org.opencastproject.job.api.JobProducer getService()- Specified by:
getServicein classorg.opencastproject.rest.AbstractJobProducerEndpoint- See Also:
-
setServiceRegistry
protected void setServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry) Callback from the OSGi declarative services to set the service registry.- Parameters:
serviceRegistry- the service registry
-
setSpeechToTextService
public void setSpeechToTextService(org.opencastproject.speechtotext.api.SpeechToTextService speechToTextService) Sets the speechToText service- Parameters:
speechToTextService- the speechToText service
-
getServiceRegistry
public org.opencastproject.serviceregistry.api.ServiceRegistry getServiceRegistry()- Specified by:
getServiceRegistryin classorg.opencastproject.rest.AbstractJobProducerEndpoint- See Also:
-