| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteCallAnalyticsCategoryResponse |
TranscribeClient.deleteCallAnalyticsCategory(Consumer<DeleteCallAnalyticsCategoryRequest.Builder> deleteCallAnalyticsCategoryRequest)
Deletes a Call Analytics category.
|
default DeleteCallAnalyticsCategoryResponse |
TranscribeClient.deleteCallAnalyticsCategory(DeleteCallAnalyticsCategoryRequest deleteCallAnalyticsCategoryRequest)
Deletes a Call Analytics category.
|
default DeleteMedicalVocabularyResponse |
TranscribeClient.deleteMedicalVocabulary(Consumer<DeleteMedicalVocabularyRequest.Builder> deleteMedicalVocabularyRequest)
Deletes a custom medical vocabulary.
|
default DeleteMedicalVocabularyResponse |
TranscribeClient.deleteMedicalVocabulary(DeleteMedicalVocabularyRequest deleteMedicalVocabularyRequest)
Deletes a custom medical vocabulary.
|
default DeleteVocabularyResponse |
TranscribeClient.deleteVocabulary(Consumer<DeleteVocabularyRequest.Builder> deleteVocabularyRequest)
Deletes a custom vocabulary.
|
default DeleteVocabularyResponse |
TranscribeClient.deleteVocabulary(DeleteVocabularyRequest deleteVocabularyRequest)
Deletes a custom vocabulary.
|
default DeleteVocabularyFilterResponse |
TranscribeClient.deleteVocabularyFilter(Consumer<DeleteVocabularyFilterRequest.Builder> deleteVocabularyFilterRequest)
Deletes a vocabulary filter.
|
default DeleteVocabularyFilterResponse |
TranscribeClient.deleteVocabularyFilter(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest)
Deletes a vocabulary filter.
|
default DescribeLanguageModelResponse |
TranscribeClient.describeLanguageModel(Consumer<DescribeLanguageModelRequest.Builder> describeLanguageModelRequest)
Provides information about the specified custom language model.
|
default DescribeLanguageModelResponse |
TranscribeClient.describeLanguageModel(DescribeLanguageModelRequest describeLanguageModelRequest)
Provides information about the specified custom language model.
|
default GetCallAnalyticsCategoryResponse |
TranscribeClient.getCallAnalyticsCategory(Consumer<GetCallAnalyticsCategoryRequest.Builder> getCallAnalyticsCategoryRequest)
Provides information about the specified Call Analytics category.
|
default GetCallAnalyticsCategoryResponse |
TranscribeClient.getCallAnalyticsCategory(GetCallAnalyticsCategoryRequest getCallAnalyticsCategoryRequest)
Provides information about the specified Call Analytics category.
|
default GetCallAnalyticsJobResponse |
TranscribeClient.getCallAnalyticsJob(Consumer<GetCallAnalyticsJobRequest.Builder> getCallAnalyticsJobRequest)
Provides information about the specified Call Analytics job.
|
default GetCallAnalyticsJobResponse |
TranscribeClient.getCallAnalyticsJob(GetCallAnalyticsJobRequest getCallAnalyticsJobRequest)
Provides information about the specified Call Analytics job.
|
default GetMedicalTranscriptionJobResponse |
TranscribeClient.getMedicalTranscriptionJob(Consumer<GetMedicalTranscriptionJobRequest.Builder> getMedicalTranscriptionJobRequest)
Provides information about the specified medical transcription job.
|
default GetMedicalTranscriptionJobResponse |
TranscribeClient.getMedicalTranscriptionJob(GetMedicalTranscriptionJobRequest getMedicalTranscriptionJobRequest)
Provides information about the specified medical transcription job.
|
default GetMedicalVocabularyResponse |
TranscribeClient.getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)
Provides information about the specified custom medical vocabulary.
|
default GetMedicalVocabularyResponse |
TranscribeClient.getMedicalVocabulary(GetMedicalVocabularyRequest getMedicalVocabularyRequest)
Provides information about the specified custom medical vocabulary.
|
default GetTranscriptionJobResponse |
TranscribeClient.getTranscriptionJob(Consumer<GetTranscriptionJobRequest.Builder> getTranscriptionJobRequest)
Provides information about the specified transcription job.
|
default GetTranscriptionJobResponse |
TranscribeClient.getTranscriptionJob(GetTranscriptionJobRequest getTranscriptionJobRequest)
Provides information about the specified transcription job.
|
default GetVocabularyResponse |
TranscribeClient.getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)
Provides information about the specified custom vocabulary.
|
default GetVocabularyResponse |
TranscribeClient.getVocabulary(GetVocabularyRequest getVocabularyRequest)
Provides information about the specified custom vocabulary.
|
default GetVocabularyFilterResponse |
TranscribeClient.getVocabularyFilter(Consumer<GetVocabularyFilterRequest.Builder> getVocabularyFilterRequest)
Provides information about the specified custom vocabulary filter.
|
default GetVocabularyFilterResponse |
TranscribeClient.getVocabularyFilter(GetVocabularyFilterRequest getVocabularyFilterRequest)
Provides information about the specified custom vocabulary filter.
|
default ListTagsForResourceResponse |
TranscribeClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
|
default ListTagsForResourceResponse |
TranscribeClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
|
default TagResourceResponse |
TranscribeClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.
|
default TagResourceResponse |
TranscribeClient.tagResource(TagResourceRequest tagResourceRequest)
Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.
|
default UntagResourceResponse |
TranscribeClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the specified tags from the specified Amazon Transcribe resource.
|
default UntagResourceResponse |
TranscribeClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the specified Amazon Transcribe resource.
|
default UpdateCallAnalyticsCategoryResponse |
TranscribeClient.updateCallAnalyticsCategory(Consumer<UpdateCallAnalyticsCategoryRequest.Builder> updateCallAnalyticsCategoryRequest)
Updates the specified Call Analytics category with new rules.
|
default UpdateCallAnalyticsCategoryResponse |
TranscribeClient.updateCallAnalyticsCategory(UpdateCallAnalyticsCategoryRequest updateCallAnalyticsCategoryRequest)
Updates the specified Call Analytics category with new rules.
|
default UpdateMedicalVocabularyResponse |
TranscribeClient.updateMedicalVocabulary(Consumer<UpdateMedicalVocabularyRequest.Builder> updateMedicalVocabularyRequest)
Updates an existing custom medical vocabulary with new values.
|
default UpdateMedicalVocabularyResponse |
TranscribeClient.updateMedicalVocabulary(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest)
Updates an existing custom medical vocabulary with new values.
|
default UpdateVocabularyResponse |
TranscribeClient.updateVocabulary(Consumer<UpdateVocabularyRequest.Builder> updateVocabularyRequest)
Updates an existing custom vocabulary with new values.
|
default UpdateVocabularyResponse |
TranscribeClient.updateVocabulary(UpdateVocabularyRequest updateVocabularyRequest)
Updates an existing custom vocabulary with new values.
|
default UpdateVocabularyFilterResponse |
TranscribeClient.updateVocabularyFilter(Consumer<UpdateVocabularyFilterRequest.Builder> updateVocabularyFilterRequest)
Updates an existing custom vocabulary filter with a new list of words.
|
default UpdateVocabularyFilterResponse |
TranscribeClient.updateVocabularyFilter(UpdateVocabularyFilterRequest updateVocabularyFilterRequest)
Updates an existing custom vocabulary filter with a new list of words.
|
Copyright © 2022. All rights reserved.