Uses of Interface
software.amazon.awssdk.services.transcribe.TranscribeAsyncClient
-
Packages that use TranscribeAsyncClient Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics.software.amazon.awssdk.services.transcribe.paginators -
-
Uses of TranscribeAsyncClient in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return TranscribeAsyncClient Modifier and Type Method Description static TranscribeAsyncClientTranscribeAsyncClient. create()Create aTranscribeAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of TranscribeAsyncClient in software.amazon.awssdk.services.transcribe.paginators
Constructors in software.amazon.awssdk.services.transcribe.paginators with parameters of type TranscribeAsyncClient Constructor Description ListCallAnalyticsCategoriesPublisher(TranscribeAsyncClient client, ListCallAnalyticsCategoriesRequest firstRequest)ListCallAnalyticsJobsPublisher(TranscribeAsyncClient client, ListCallAnalyticsJobsRequest firstRequest)ListLanguageModelsPublisher(TranscribeAsyncClient client, ListLanguageModelsRequest firstRequest)ListMedicalTranscriptionJobsPublisher(TranscribeAsyncClient client, ListMedicalTranscriptionJobsRequest firstRequest)ListMedicalVocabulariesPublisher(TranscribeAsyncClient client, ListMedicalVocabulariesRequest firstRequest)ListTranscriptionJobsPublisher(TranscribeAsyncClient client, ListTranscriptionJobsRequest firstRequest)ListVocabulariesPublisher(TranscribeAsyncClient client, ListVocabulariesRequest firstRequest)ListVocabularyFiltersPublisher(TranscribeAsyncClient client, ListVocabularyFiltersRequest firstRequest)
-