Uses of Class
org.opencastproject.transcription.microsoft.azure.MicrosoftAzureNotAllowedException
Packages that use MicrosoftAzureNotAllowedException
-
Uses of MicrosoftAzureNotAllowedException in org.opencastproject.transcription.microsoft.azure
Methods in org.opencastproject.transcription.microsoft.azure that throw MicrosoftAzureNotAllowedExceptionModifier and TypeMethodDescriptionbooleanMicrosoftAzureStorageClient.containerExists(String azureContainerName) voidMicrosoftAzureStorageClient.createContainer(String azureContainerName) MicrosoftAzureSpeechServicesClient.createTranscription(List<String> contentUrls, String destinationContainerUrl, String displayName, String locale, List<String> candidateLocales, String timeToLive, Map<String, Object> properties) voidMicrosoftAzureStorageClient.deleteFile(URL fileUrl) voidMicrosoftAzureSpeechServicesClient.deleteTranscription(String transcriptionId) MicrosoftAzureStorageClient.getContainerProperties(String azureContainerName) 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) MicrosoftAzureStorageClient.uploadFile(File trackFile, String azureContainerName, String azureBlobPath, String azureBlobName)