Class MicrosoftAzureTranscriptionRestService

java.lang.Object
org.opencastproject.rest.AbstractJobProducerEndpoint
org.opencastproject.transcription.microsoft.azure.endpoint.MicrosoftAzureTranscriptionRestService

@Path("/transcripts/azure") public class MicrosoftAzureTranscriptionRestService extends org.opencastproject.rest.AbstractJobProducerEndpoint
  • Field Details

    • service

      The transcription service
    • serviceRegistry

      protected org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry
      The service registry
  • Constructor Details

    • MicrosoftAzureTranscriptionRestService

      public MicrosoftAzureTranscriptionRestService()
  • Method Details

    • activate

      public void activate(org.osgi.service.component.ComponentContext cc)
    • setTranscriptionService

      public void setTranscriptionService(MicrosoftAzureTranscriptionService service)
    • setServiceRegistry

      public void setServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry service)
    • getService

      public org.opencastproject.job.api.JobProducer getService()
      Specified by:
      getService in class org.opencastproject.rest.AbstractJobProducerEndpoint
    • getServiceRegistry

      public org.opencastproject.serviceregistry.api.ServiceRegistry getServiceRegistry()
      Specified by:
      getServiceRegistry in class org.opencastproject.rest.AbstractJobProducerEndpoint