Uses of Class
org.opencastproject.transcription.microsoft.azure.MicrosoftAzureSpeechClientException
Packages that use MicrosoftAzureSpeechClientException
-
Uses of MicrosoftAzureSpeechClientException in org.opencastproject.transcription.microsoft.azure
Methods in org.opencastproject.transcription.microsoft.azure that throw MicrosoftAzureSpeechClientExceptionModifier and TypeMethodDescriptionMicrosoftAzureSpeechServicesClient.createTranscription(List<String> contentUrls, String destinationContainerUrl, String displayName, String locale, List<String> candidateLocales, String timeToLive, Map<String, Object> properties) voidMicrosoftAzureSpeechServicesClient.deleteTranscription(String transcriptionId) MicrosoftAzureSpeechServicesClient.getTranscription(String transcriptionUrl) MicrosoftAzureSpeechServicesClient.getTranscriptionById(String transcriptionId) MicrosoftAzureSpeechServicesClient.getTranscriptionFiles(String transcriptionFilesUrl) MicrosoftAzureSpeechServicesClient.getTranscriptionFilesById(String transcriptionId) MicrosoftAzureSpeechServicesClient.getTranscriptionJson(MicrosoftAzureSpeechTranscriptionFile transcriptionFile) MicrosoftAzureSpeechServicesClient.getTranscriptions(int skip, int top) MicrosoftAzureSpeechServicesClient.getTranscriptions(int skip, int top, String filter)