Uses of Class
org.opencastproject.transcription.api.TranscriptionServiceException
Packages that use TranscriptionServiceException
Package
Description
-
Uses of TranscriptionServiceException in org.opencastproject.transcription.amberscript
Methods in org.opencastproject.transcription.amberscript that throw TranscriptionServiceExceptionModifier and TypeMethodDescriptionAmberscriptTranscriptionService.getGeneratedTranscription(String mpId, String jobId, MediaPackageElement.Type type) AmberscriptTranscriptionService.getReturnValues(String mpId, String jobId) AmberscriptTranscriptionService.getTranscriptionStatus(String mpId) Get mediapackage transcription statusAmberscriptTranscriptionService.startTranscription(String mpId, Track track) AmberscriptTranscriptionService.startTranscription(String mpId, Track track, String... args) voidAmberscriptTranscriptionService.transcriptionError(String mpId, Object obj) -
Uses of TranscriptionServiceException in org.opencastproject.transcription.api
Methods in org.opencastproject.transcription.api that throw TranscriptionServiceExceptionModifier and TypeMethodDescriptionTranscriptionService.getGeneratedTranscription(String mpId, String jobId, MediaPackageElement.Type type) TranscriptionService.getReturnValues(String mpId, String jobId) TranscriptionService.startTranscription(String mpId, Track track) TranscriptionService.startTranscription(String mpId, Track track, String... args) voidTranscriptionService.transcriptionDone(String mpId, Object results) voidTranscriptionService.transcriptionError(String mpId, Object results) -
Uses of TranscriptionServiceException in org.opencastproject.transcription.googlespeech
Methods in org.opencastproject.transcription.googlespeech that throw TranscriptionServiceExceptionModifier and TypeMethodDescriptionGoogleSpeechTranscriptionService.getGeneratedTranscription(String mpId, String jobId, MediaPackageElement.Type type) protected StringGoogleSpeechTranscriptionService.getRefreshAccessToken()GoogleSpeechTranscriptionService.getReturnValues(String mpId, String jobId) GoogleSpeechTranscriptionService.getTranscriptionResults(String jobId) Get transcription result: GET /v1/operations/{name} Method mainly used by the REST endpointGoogleSpeechTranscriptionService.getTranscriptionStatus(String mpId) Get mediapackage transcription statusprotected StringGoogleSpeechTranscriptionService.refreshAccessToken(String clientId, String clientSecret, String refreshToken) GoogleSpeechTranscriptionService.startTranscription(String mpId, Track track) GoogleSpeechTranscriptionService.startTranscription(String mpId, Track track, String... args) voidGoogleSpeechTranscriptionService.transcriptionDone(String mpId, Object obj) voidGoogleSpeechTranscriptionService.transcriptionError(String mpId, Object obj) protected StringGoogleSpeechTranscriptionService.uploadAudioFileToGoogleStorage(String mpId, Track track) -
Uses of TranscriptionServiceException in org.opencastproject.transcription.googlespeech.endpoint
Methods in org.opencastproject.transcription.googlespeech.endpoint that throw TranscriptionServiceExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseGoogleSpeechTranscriptionRestService.getTranscriptionResult(String jobId, javax.servlet.http.HttpServletRequest request) javax.ws.rs.core.ResponseGoogleSpeechTranscriptionRestService.getTranscriptionStatus(String mpId, javax.servlet.http.HttpServletRequest request) -
Uses of TranscriptionServiceException in org.opencastproject.transcription.ibmwatson
Methods in org.opencastproject.transcription.ibmwatson that throw TranscriptionServiceExceptionModifier and TypeMethodDescriptionIBMWatsonTranscriptionService.getGeneratedTranscription(String mpId, String jobId, MediaPackageElement.Type type) IBMWatsonTranscriptionService.getReturnValues(String mpId, String jobId) IBMWatsonTranscriptionService.startTranscription(String mpId, Track track) voidIBMWatsonTranscriptionService.transcriptionDone(String mpId, Object obj) voidIBMWatsonTranscriptionService.transcriptionError(String mpId, Object obj) -
Uses of TranscriptionServiceException in org.opencastproject.transcription.microsoft.azure
Methods in org.opencastproject.transcription.microsoft.azure that throw TranscriptionServiceExceptionModifier and TypeMethodDescriptionMicrosoftAzureTranscriptionService.createTranscriptionJob(long jobId, String mpId, Track track, String language) voidMicrosoftAzureTranscriptionService.deleteTranscription(String mpId, String transcriptionId) voidMicrosoftAzureTranscriptionService.deleteTranscriptionSourceFiles(String mpId, String transcriptionId) MicrosoftAzureTranscriptionService.getGeneratedTranscription(String mpId, String jobId, MediaPackageElement.Type type) MicrosoftAzureTranscriptionService.getReturnValues(String mpId, String jobId) MicrosoftAzureTranscriptionService.startTranscription(String mpId, Track track) MicrosoftAzureTranscriptionService.startTranscription(String mpId, Track track, String... args) voidMicrosoftAzureTranscriptionService.transcriptionDone(String mpId, Object results) voidMicrosoftAzureTranscriptionService.transcriptionError(String mpId, Object results)