@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonTranscribeAsync extends AbstractAmazonTranscribe implements AmazonTranscribeAsync
AmazonTranscribeAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXcreateCallAnalyticsCategory, createLanguageModel, createMedicalVocabulary, createVocabulary, createVocabularyFilter, deleteCallAnalyticsCategory, deleteCallAnalyticsJob, deleteLanguageModel, deleteMedicalTranscriptionJob, deleteMedicalVocabulary, deleteTranscriptionJob, deleteVocabulary, deleteVocabularyFilter, describeLanguageModel, getCachedResponseMetadata, getCallAnalyticsCategory, getCallAnalyticsJob, getMedicalTranscriptionJob, getMedicalVocabulary, getTranscriptionJob, getVocabulary, getVocabularyFilter, listCallAnalyticsCategories, listCallAnalyticsJobs, listLanguageModels, listMedicalTranscriptionJobs, listMedicalVocabularies, listTagsForResource, listTranscriptionJobs, listVocabularies, listVocabularyFilters, shutdown, startCallAnalyticsJob, startMedicalTranscriptionJob, startTranscriptionJob, tagResource, untagResource, updateCallAnalyticsCategory, updateMedicalVocabulary, updateVocabulary, updateVocabularyFilterequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateCallAnalyticsCategory, createLanguageModel, createMedicalVocabulary, createVocabulary, createVocabularyFilter, deleteCallAnalyticsCategory, deleteCallAnalyticsJob, deleteLanguageModel, deleteMedicalTranscriptionJob, deleteMedicalVocabulary, deleteTranscriptionJob, deleteVocabulary, deleteVocabularyFilter, describeLanguageModel, getCachedResponseMetadata, getCallAnalyticsCategory, getCallAnalyticsJob, getMedicalTranscriptionJob, getMedicalVocabulary, getTranscriptionJob, getVocabulary, getVocabularyFilter, listCallAnalyticsCategories, listCallAnalyticsJobs, listLanguageModels, listMedicalTranscriptionJobs, listMedicalVocabularies, listTagsForResource, listTranscriptionJobs, listVocabularies, listVocabularyFilters, shutdown, startCallAnalyticsJob, startMedicalTranscriptionJob, startTranscriptionJob, tagResource, untagResource, updateCallAnalyticsCategory, updateMedicalVocabulary, updateVocabulary, updateVocabularyFilterpublic Future<CreateCallAnalyticsCategoryResult> createCallAnalyticsCategoryAsync(CreateCallAnalyticsCategoryRequest request)
AmazonTranscribeAsyncCreates a new Call Analytics category.
All categories are automatically applied to your Call Analytics jobs. Note that in order to apply your categories to your jobs, you must create them before submitting your job request, as categories cannot be applied retroactively.
Call Analytics categories are composed of rules. For each category, you must create between 1 and 20 rules. Rules can include these parameters: , , , and .
To update an existing category, see .
To learn more about:
Call Analytics categories, see Creating categories
Using rules, see Rule criteria and refer to the data type
Call Analytics, see Analyzing call center audio with Call Analytics
createCallAnalyticsCategoryAsync in interface AmazonTranscribeAsyncpublic Future<CreateCallAnalyticsCategoryResult> createCallAnalyticsCategoryAsync(CreateCallAnalyticsCategoryRequest request, AsyncHandler<CreateCallAnalyticsCategoryRequest,CreateCallAnalyticsCategoryResult> asyncHandler)
AmazonTranscribeAsyncCreates a new Call Analytics category.
All categories are automatically applied to your Call Analytics jobs. Note that in order to apply your categories to your jobs, you must create them before submitting your job request, as categories cannot be applied retroactively.
Call Analytics categories are composed of rules. For each category, you must create between 1 and 20 rules. Rules can include these parameters: , , , and .
To update an existing category, see .
To learn more about:
Call Analytics categories, see Creating categories
Using rules, see Rule criteria and refer to the data type
Call Analytics, see Analyzing call center audio with Call Analytics
createCallAnalyticsCategoryAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateLanguageModelResult> createLanguageModelAsync(CreateLanguageModelRequest request)
AmazonTranscribeAsyncCreates a new custom language model.
When creating a new language model, you must specify:
If you want a Wideband (audio sample rates over 16,000 Hz) or Narrowband (audio sample rates under 16,000 Hz) base model
The location of your training and tuning files (this must be an Amazon S3 URI)
The language of your model
A unique name for your model
For more information, see Custom language models.
createLanguageModelAsync in interface AmazonTranscribeAsyncpublic Future<CreateLanguageModelResult> createLanguageModelAsync(CreateLanguageModelRequest request, AsyncHandler<CreateLanguageModelRequest,CreateLanguageModelResult> asyncHandler)
AmazonTranscribeAsyncCreates a new custom language model.
When creating a new language model, you must specify:
If you want a Wideband (audio sample rates over 16,000 Hz) or Narrowband (audio sample rates under 16,000 Hz) base model
The location of your training and tuning files (this must be an Amazon S3 URI)
The language of your model
A unique name for your model
For more information, see Custom language models.
createLanguageModelAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateMedicalVocabularyResult> createMedicalVocabularyAsync(CreateMedicalVocabularyRequest request)
AmazonTranscribeAsyncCreates a new custom medical vocabulary.
Prior to creating a new medical vocabulary, you must first upload a text file that contains your new entries,
phrases, and terms into an Amazon S3 bucket. Note that this differs from , where you can include a list of terms
within your request using the Phrases flag; CreateMedicalVocabulary does not support
the Phrases flag.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
For more information, see Creating a custom vocabulary.
createMedicalVocabularyAsync in interface AmazonTranscribeAsyncpublic Future<CreateMedicalVocabularyResult> createMedicalVocabularyAsync(CreateMedicalVocabularyRequest request, AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler)
AmazonTranscribeAsyncCreates a new custom medical vocabulary.
Prior to creating a new medical vocabulary, you must first upload a text file that contains your new entries,
phrases, and terms into an Amazon S3 bucket. Note that this differs from , where you can include a list of terms
within your request using the Phrases flag; CreateMedicalVocabulary does not support
the Phrases flag.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
For more information, see Creating a custom vocabulary.
createMedicalVocabularyAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateVocabularyResult> createVocabularyAsync(CreateVocabularyRequest request)
AmazonTranscribeAsyncCreates a new custom vocabulary.
When creating a new vocabulary, you can either upload a text file that contains your new entries, phrases, and
terms into an Amazon S3 bucket and include the URI in your request, or you can include a list of terms directly
in your request using the Phrases flag.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
For more information, see Creating a custom vocabulary.
createVocabularyAsync in interface AmazonTranscribeAsyncpublic Future<CreateVocabularyResult> createVocabularyAsync(CreateVocabularyRequest request, AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler)
AmazonTranscribeAsyncCreates a new custom vocabulary.
When creating a new vocabulary, you can either upload a text file that contains your new entries, phrases, and
terms into an Amazon S3 bucket and include the URI in your request, or you can include a list of terms directly
in your request using the Phrases flag.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
For more information, see Creating a custom vocabulary.
createVocabularyAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateVocabularyFilterResult> createVocabularyFilterAsync(CreateVocabularyFilterRequest request)
AmazonTranscribeAsyncCreates a new custom vocabulary filter.
You can use vocabulary filters to mask, delete, or flag specific words from your transcript. Vocabulary filters are commonly used to mask profanity in transcripts.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary filter request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
For more information, see Using vocabulary filtering with unwanted words.
createVocabularyFilterAsync in interface AmazonTranscribeAsyncpublic Future<CreateVocabularyFilterResult> createVocabularyFilterAsync(CreateVocabularyFilterRequest request, AsyncHandler<CreateVocabularyFilterRequest,CreateVocabularyFilterResult> asyncHandler)
AmazonTranscribeAsyncCreates a new custom vocabulary filter.
You can use vocabulary filters to mask, delete, or flag specific words from your transcript. Vocabulary filters are commonly used to mask profanity in transcripts.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your vocabulary filter request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
For more information, see Using vocabulary filtering with unwanted words.
createVocabularyFilterAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteCallAnalyticsCategoryResult> deleteCallAnalyticsCategoryAsync(DeleteCallAnalyticsCategoryRequest request)
AmazonTranscribeAsync
Deletes a Call Analytics category. To use this operation, specify the name of the category you want to delete
using CategoryName. Category names are case sensitive.
deleteCallAnalyticsCategoryAsync in interface AmazonTranscribeAsyncpublic Future<DeleteCallAnalyticsCategoryResult> deleteCallAnalyticsCategoryAsync(DeleteCallAnalyticsCategoryRequest request, AsyncHandler<DeleteCallAnalyticsCategoryRequest,DeleteCallAnalyticsCategoryResult> asyncHandler)
AmazonTranscribeAsync
Deletes a Call Analytics category. To use this operation, specify the name of the category you want to delete
using CategoryName. Category names are case sensitive.
deleteCallAnalyticsCategoryAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteCallAnalyticsJobResult> deleteCallAnalyticsJobAsync(DeleteCallAnalyticsJobRequest request)
AmazonTranscribeAsync
Deletes a Call Analytics job. To use this operation, specify the name of the job you want to delete using
CallAnalyticsJobName. Job names are case sensitive.
deleteCallAnalyticsJobAsync in interface AmazonTranscribeAsyncpublic Future<DeleteCallAnalyticsJobResult> deleteCallAnalyticsJobAsync(DeleteCallAnalyticsJobRequest request, AsyncHandler<DeleteCallAnalyticsJobRequest,DeleteCallAnalyticsJobResult> asyncHandler)
AmazonTranscribeAsync
Deletes a Call Analytics job. To use this operation, specify the name of the job you want to delete using
CallAnalyticsJobName. Job names are case sensitive.
deleteCallAnalyticsJobAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteLanguageModelResult> deleteLanguageModelAsync(DeleteLanguageModelRequest request)
AmazonTranscribeAsync
Deletes a custom language model. To use this operation, specify the name of the language model you want to delete
using ModelName. Language model names are case sensitive.
deleteLanguageModelAsync in interface AmazonTranscribeAsyncpublic Future<DeleteLanguageModelResult> deleteLanguageModelAsync(DeleteLanguageModelRequest request, AsyncHandler<DeleteLanguageModelRequest,DeleteLanguageModelResult> asyncHandler)
AmazonTranscribeAsync
Deletes a custom language model. To use this operation, specify the name of the language model you want to delete
using ModelName. Language model names are case sensitive.
deleteLanguageModelAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteMedicalTranscriptionJobResult> deleteMedicalTranscriptionJobAsync(DeleteMedicalTranscriptionJobRequest request)
AmazonTranscribeAsync
Deletes a medical transcription job. To use this operation, specify the name of the job you want to delete using
MedicalTranscriptionJobName. Job names are case sensitive.
deleteMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncpublic Future<DeleteMedicalTranscriptionJobResult> deleteMedicalTranscriptionJobAsync(DeleteMedicalTranscriptionJobRequest request, AsyncHandler<DeleteMedicalTranscriptionJobRequest,DeleteMedicalTranscriptionJobResult> asyncHandler)
AmazonTranscribeAsync
Deletes a medical transcription job. To use this operation, specify the name of the job you want to delete using
MedicalTranscriptionJobName. Job names are case sensitive.
deleteMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteMedicalVocabularyResult> deleteMedicalVocabularyAsync(DeleteMedicalVocabularyRequest request)
AmazonTranscribeAsync
Deletes a custom medical vocabulary. To use this operation, specify the name of the vocabulary you want to delete
using VocabularyName. Vocabulary names are case sensitive.
deleteMedicalVocabularyAsync in interface AmazonTranscribeAsyncpublic Future<DeleteMedicalVocabularyResult> deleteMedicalVocabularyAsync(DeleteMedicalVocabularyRequest request, AsyncHandler<DeleteMedicalVocabularyRequest,DeleteMedicalVocabularyResult> asyncHandler)
AmazonTranscribeAsync
Deletes a custom medical vocabulary. To use this operation, specify the name of the vocabulary you want to delete
using VocabularyName. Vocabulary names are case sensitive.
deleteMedicalVocabularyAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTranscriptionJobResult> deleteTranscriptionJobAsync(DeleteTranscriptionJobRequest request)
AmazonTranscribeAsync
Deletes a transcription job. To use this operation, specify the name of the job you want to delete using
TranscriptionJobName. Job names are case sensitive.
deleteTranscriptionJobAsync in interface AmazonTranscribeAsyncpublic Future<DeleteTranscriptionJobResult> deleteTranscriptionJobAsync(DeleteTranscriptionJobRequest request, AsyncHandler<DeleteTranscriptionJobRequest,DeleteTranscriptionJobResult> asyncHandler)
AmazonTranscribeAsync
Deletes a transcription job. To use this operation, specify the name of the job you want to delete using
TranscriptionJobName. Job names are case sensitive.
deleteTranscriptionJobAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteVocabularyResult> deleteVocabularyAsync(DeleteVocabularyRequest request)
AmazonTranscribeAsync
Deletes a custom vocabulary. To use this operation, specify the name of the vocabulary you want to delete using
VocabularyName. Vocabulary names are case sensitive.
deleteVocabularyAsync in interface AmazonTranscribeAsyncpublic Future<DeleteVocabularyResult> deleteVocabularyAsync(DeleteVocabularyRequest request, AsyncHandler<DeleteVocabularyRequest,DeleteVocabularyResult> asyncHandler)
AmazonTranscribeAsync
Deletes a custom vocabulary. To use this operation, specify the name of the vocabulary you want to delete using
VocabularyName. Vocabulary names are case sensitive.
deleteVocabularyAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteVocabularyFilterResult> deleteVocabularyFilterAsync(DeleteVocabularyFilterRequest request)
AmazonTranscribeAsync
Deletes a vocabulary filter. To use this operation, specify the name of the vocabulary filter you want to delete
using VocabularyFilterName. Vocabulary filter names are case sensitive.
deleteVocabularyFilterAsync in interface AmazonTranscribeAsyncpublic Future<DeleteVocabularyFilterResult> deleteVocabularyFilterAsync(DeleteVocabularyFilterRequest request, AsyncHandler<DeleteVocabularyFilterRequest,DeleteVocabularyFilterResult> asyncHandler)
AmazonTranscribeAsync
Deletes a vocabulary filter. To use this operation, specify the name of the vocabulary filter you want to delete
using VocabularyFilterName. Vocabulary filter names are case sensitive.
deleteVocabularyFilterAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeLanguageModelResult> describeLanguageModelAsync(DescribeLanguageModelRequest request)
AmazonTranscribeAsyncProvides information about the specified custom language model.
This operation also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model.
If you tried to create a new custom language model and the request wasn't successful, you can use
DescribeLanguageModel to help identify the reason for this failure.
To get a list of your custom language models, use the operation.
describeLanguageModelAsync in interface AmazonTranscribeAsyncpublic Future<DescribeLanguageModelResult> describeLanguageModelAsync(DescribeLanguageModelRequest request, AsyncHandler<DescribeLanguageModelRequest,DescribeLanguageModelResult> asyncHandler)
AmazonTranscribeAsyncProvides information about the specified custom language model.
This operation also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model.
If you tried to create a new custom language model and the request wasn't successful, you can use
DescribeLanguageModel to help identify the reason for this failure.
To get a list of your custom language models, use the operation.
describeLanguageModelAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCallAnalyticsCategoryResult> getCallAnalyticsCategoryAsync(GetCallAnalyticsCategoryRequest request)
AmazonTranscribeAsyncProvides information about the specified Call Analytics category.
To get a list of your Call Analytics categories, use the operation.
getCallAnalyticsCategoryAsync in interface AmazonTranscribeAsyncpublic Future<GetCallAnalyticsCategoryResult> getCallAnalyticsCategoryAsync(GetCallAnalyticsCategoryRequest request, AsyncHandler<GetCallAnalyticsCategoryRequest,GetCallAnalyticsCategoryResult> asyncHandler)
AmazonTranscribeAsyncProvides information about the specified Call Analytics category.
To get a list of your Call Analytics categories, use the operation.
getCallAnalyticsCategoryAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCallAnalyticsJobResult> getCallAnalyticsJobAsync(GetCallAnalyticsJobRequest request)
AmazonTranscribeAsyncProvides information about the specified Call Analytics job.
To view the job's status, refer to CallAnalyticsJobStatus. If the status is COMPLETED,
the job is finished. You can find your completed transcript at the URI specified in
TranscriptFileUri. If the status is FAILED, FailureReason provides details
on why your transcription job failed.
If you enabled personally identifiable information (PII) redaction, the redacted transcript appears at the
location specified in RedactedTranscriptFileUri.
If you chose to redact the audio in your media file, you can find your redacted media file at the location
specified in RedactedMediaFileUri.
To get a list of your Call Analytics jobs, use the operation.
getCallAnalyticsJobAsync in interface AmazonTranscribeAsyncpublic Future<GetCallAnalyticsJobResult> getCallAnalyticsJobAsync(GetCallAnalyticsJobRequest request, AsyncHandler<GetCallAnalyticsJobRequest,GetCallAnalyticsJobResult> asyncHandler)
AmazonTranscribeAsyncProvides information about the specified Call Analytics job.
To view the job's status, refer to CallAnalyticsJobStatus. If the status is COMPLETED,
the job is finished. You can find your completed transcript at the URI specified in
TranscriptFileUri. If the status is FAILED, FailureReason provides details
on why your transcription job failed.
If you enabled personally identifiable information (PII) redaction, the redacted transcript appears at the
location specified in RedactedTranscriptFileUri.
If you chose to redact the audio in your media file, you can find your redacted media file at the location
specified in RedactedMediaFileUri.
To get a list of your Call Analytics jobs, use the operation.
getCallAnalyticsJobAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMedicalTranscriptionJobResult> getMedicalTranscriptionJobAsync(GetMedicalTranscriptionJobRequest request)
AmazonTranscribeAsyncProvides information about the specified medical transcription job.
To view the status of the specified medical transcription job, check the TranscriptionJobStatus
field. If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED, FailureReason
provides details on why your transcription job failed.
To get a list of your medical transcription jobs, use the operation.
getMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncpublic Future<GetMedicalTranscriptionJobResult> getMedicalTranscriptionJobAsync(GetMedicalTranscriptionJobRequest request, AsyncHandler<GetMedicalTranscriptionJobRequest,GetMedicalTranscriptionJobResult> asyncHandler)
AmazonTranscribeAsyncProvides information about the specified medical transcription job.
To view the status of the specified medical transcription job, check the TranscriptionJobStatus
field. If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED, FailureReason
provides details on why your transcription job failed.
To get a list of your medical transcription jobs, use the operation.
getMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMedicalVocabularyResult> getMedicalVocabularyAsync(GetMedicalVocabularyRequest request)
AmazonTranscribeAsyncProvides information about the specified custom medical vocabulary.
To view the status of the specified medical vocabulary, check the VocabularyState field. If the
status is READY, your vocabulary is available to use. If the status is FAILED,
FailureReason provides details on why your vocabulary failed.
To get a list of your custom medical vocabularies, use the operation.
getMedicalVocabularyAsync in interface AmazonTranscribeAsyncpublic Future<GetMedicalVocabularyResult> getMedicalVocabularyAsync(GetMedicalVocabularyRequest request, AsyncHandler<GetMedicalVocabularyRequest,GetMedicalVocabularyResult> asyncHandler)
AmazonTranscribeAsyncProvides information about the specified custom medical vocabulary.
To view the status of the specified medical vocabulary, check the VocabularyState field. If the
status is READY, your vocabulary is available to use. If the status is FAILED,
FailureReason provides details on why your vocabulary failed.
To get a list of your custom medical vocabularies, use the operation.
getMedicalVocabularyAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTranscriptionJobResult> getTranscriptionJobAsync(GetTranscriptionJobRequest request)
AmazonTranscribeAsyncProvides information about the specified transcription job.
To view the status of the specified transcription job, check the TranscriptionJobStatus field. If
the status is COMPLETED, the job is finished and you can find the results at the location specified
in TranscriptFileUri. If the status is FAILED, FailureReason provides
details on why your transcription job failed.
If you enabled content redaction, the redacted transcript can be found at the location specified in
RedactedTranscriptFileUri.
To get a list of your transcription jobs, use the operation.
getTranscriptionJobAsync in interface AmazonTranscribeAsyncpublic Future<GetTranscriptionJobResult> getTranscriptionJobAsync(GetTranscriptionJobRequest request, AsyncHandler<GetTranscriptionJobRequest,GetTranscriptionJobResult> asyncHandler)
AmazonTranscribeAsyncProvides information about the specified transcription job.
To view the status of the specified transcription job, check the TranscriptionJobStatus field. If
the status is COMPLETED, the job is finished and you can find the results at the location specified
in TranscriptFileUri. If the status is FAILED, FailureReason provides
details on why your transcription job failed.
If you enabled content redaction, the redacted transcript can be found at the location specified in
RedactedTranscriptFileUri.
To get a list of your transcription jobs, use the operation.
getTranscriptionJobAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetVocabularyResult> getVocabularyAsync(GetVocabularyRequest request)
AmazonTranscribeAsyncProvides information about the specified custom vocabulary.
To view the status of the specified vocabulary, check the VocabularyState field. If the status is
READY, your vocabulary is available to use. If the status is FAILED,
FailureReason provides details on why your vocabulary failed.
To get a list of your custom vocabularies, use the operation.
getVocabularyAsync in interface AmazonTranscribeAsyncpublic Future<GetVocabularyResult> getVocabularyAsync(GetVocabularyRequest request, AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler)
AmazonTranscribeAsyncProvides information about the specified custom vocabulary.
To view the status of the specified vocabulary, check the VocabularyState field. If the status is
READY, your vocabulary is available to use. If the status is FAILED,
FailureReason provides details on why your vocabulary failed.
To get a list of your custom vocabularies, use the operation.
getVocabularyAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetVocabularyFilterResult> getVocabularyFilterAsync(GetVocabularyFilterRequest request)
AmazonTranscribeAsyncProvides information about the specified custom vocabulary filter.
To view the status of the specified vocabulary filter, check the VocabularyState field. If the
status is READY, your vocabulary is available to use. If the status is FAILED,
FailureReason provides details on why your vocabulary filter failed.
To get a list of your custom vocabulary filters, use the operation.
getVocabularyFilterAsync in interface AmazonTranscribeAsyncpublic Future<GetVocabularyFilterResult> getVocabularyFilterAsync(GetVocabularyFilterRequest request, AsyncHandler<GetVocabularyFilterRequest,GetVocabularyFilterResult> asyncHandler)
AmazonTranscribeAsyncProvides information about the specified custom vocabulary filter.
To view the status of the specified vocabulary filter, check the VocabularyState field. If the
status is READY, your vocabulary is available to use. If the status is FAILED,
FailureReason provides details on why your vocabulary filter failed.
To get a list of your custom vocabulary filters, use the operation.
getVocabularyFilterAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListCallAnalyticsCategoriesResult> listCallAnalyticsCategoriesAsync(ListCallAnalyticsCategoriesRequest request)
AmazonTranscribeAsyncProvides a list of Call Analytics categories, including all rules that make up each category.
To get detailed information about a specific Call Analytics category, use the operation.
listCallAnalyticsCategoriesAsync in interface AmazonTranscribeAsyncpublic Future<ListCallAnalyticsCategoriesResult> listCallAnalyticsCategoriesAsync(ListCallAnalyticsCategoriesRequest request, AsyncHandler<ListCallAnalyticsCategoriesRequest,ListCallAnalyticsCategoriesResult> asyncHandler)
AmazonTranscribeAsyncProvides a list of Call Analytics categories, including all rules that make up each category.
To get detailed information about a specific Call Analytics category, use the operation.
listCallAnalyticsCategoriesAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListCallAnalyticsJobsResult> listCallAnalyticsJobsAsync(ListCallAnalyticsJobsRequest request)
AmazonTranscribeAsyncProvides a list of Call Analytics jobs that match the specified criteria. If no criteria are specified, all Call Analytics jobs are returned.
To get detailed information about a specific Call Analytics job, use the operation.
listCallAnalyticsJobsAsync in interface AmazonTranscribeAsyncpublic Future<ListCallAnalyticsJobsResult> listCallAnalyticsJobsAsync(ListCallAnalyticsJobsRequest request, AsyncHandler<ListCallAnalyticsJobsRequest,ListCallAnalyticsJobsResult> asyncHandler)
AmazonTranscribeAsyncProvides a list of Call Analytics jobs that match the specified criteria. If no criteria are specified, all Call Analytics jobs are returned.
To get detailed information about a specific Call Analytics job, use the operation.
listCallAnalyticsJobsAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListLanguageModelsResult> listLanguageModelsAsync(ListLanguageModelsRequest request)
AmazonTranscribeAsyncProvides a list of custom language models that match the specified criteria. If no criteria are specified, all language models are returned.
To get detailed information about a specific custom language model, use the operation.
listLanguageModelsAsync in interface AmazonTranscribeAsyncpublic Future<ListLanguageModelsResult> listLanguageModelsAsync(ListLanguageModelsRequest request, AsyncHandler<ListLanguageModelsRequest,ListLanguageModelsResult> asyncHandler)
AmazonTranscribeAsyncProvides a list of custom language models that match the specified criteria. If no criteria are specified, all language models are returned.
To get detailed information about a specific custom language model, use the operation.
listLanguageModelsAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListMedicalTranscriptionJobsResult> listMedicalTranscriptionJobsAsync(ListMedicalTranscriptionJobsRequest request)
AmazonTranscribeAsyncProvides a list of medical transcription jobs that match the specified criteria. If no criteria are specified, all medical transcription jobs are returned.
To get detailed information about a specific medical transcription job, use the operation.
listMedicalTranscriptionJobsAsync in interface AmazonTranscribeAsyncpublic Future<ListMedicalTranscriptionJobsResult> listMedicalTranscriptionJobsAsync(ListMedicalTranscriptionJobsRequest request, AsyncHandler<ListMedicalTranscriptionJobsRequest,ListMedicalTranscriptionJobsResult> asyncHandler)
AmazonTranscribeAsyncProvides a list of medical transcription jobs that match the specified criteria. If no criteria are specified, all medical transcription jobs are returned.
To get detailed information about a specific medical transcription job, use the operation.
listMedicalTranscriptionJobsAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListMedicalVocabulariesResult> listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest request)
AmazonTranscribeAsyncProvides a list of custom medical vocabularies that match the specified criteria. If no criteria are specified, all custom medical vocabularies are returned.
To get detailed information about a specific custom medical vocabulary, use the operation.
listMedicalVocabulariesAsync in interface AmazonTranscribeAsyncpublic Future<ListMedicalVocabulariesResult> listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest request, AsyncHandler<ListMedicalVocabulariesRequest,ListMedicalVocabulariesResult> asyncHandler)
AmazonTranscribeAsyncProvides a list of custom medical vocabularies that match the specified criteria. If no criteria are specified, all custom medical vocabularies are returned.
To get detailed information about a specific custom medical vocabulary, use the operation.
listMedicalVocabulariesAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonTranscribeAsyncLists all tags associated with the specified transcription job, vocabulary, model, or resource.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
listTagsForResourceAsync in interface AmazonTranscribeAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonTranscribeAsyncLists all tags associated with the specified transcription job, vocabulary, model, or resource.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
listTagsForResourceAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTranscriptionJobsResult> listTranscriptionJobsAsync(ListTranscriptionJobsRequest request)
AmazonTranscribeAsyncProvides a list of transcription jobs that match the specified criteria. If no criteria are specified, all transcription jobs are returned.
To get detailed information about a specific transcription job, use the operation.
listTranscriptionJobsAsync in interface AmazonTranscribeAsyncpublic Future<ListTranscriptionJobsResult> listTranscriptionJobsAsync(ListTranscriptionJobsRequest request, AsyncHandler<ListTranscriptionJobsRequest,ListTranscriptionJobsResult> asyncHandler)
AmazonTranscribeAsyncProvides a list of transcription jobs that match the specified criteria. If no criteria are specified, all transcription jobs are returned.
To get detailed information about a specific transcription job, use the operation.
listTranscriptionJobsAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListVocabulariesResult> listVocabulariesAsync(ListVocabulariesRequest request)
AmazonTranscribeAsyncProvides a list of custom vocabularies that match the specified criteria. If no criteria are specified, all custom vocabularies are returned.
To get detailed information about a specific custom vocabulary, use the operation.
listVocabulariesAsync in interface AmazonTranscribeAsyncpublic Future<ListVocabulariesResult> listVocabulariesAsync(ListVocabulariesRequest request, AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler)
AmazonTranscribeAsyncProvides a list of custom vocabularies that match the specified criteria. If no criteria are specified, all custom vocabularies are returned.
To get detailed information about a specific custom vocabulary, use the operation.
listVocabulariesAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListVocabularyFiltersResult> listVocabularyFiltersAsync(ListVocabularyFiltersRequest request)
AmazonTranscribeAsyncProvides a list of custom vocabulary filters that match the specified criteria. If no criteria are specified, all custom vocabularies are returned.
To get detailed information about a specific custom vocabulary filter, use the operation.
listVocabularyFiltersAsync in interface AmazonTranscribeAsyncpublic Future<ListVocabularyFiltersResult> listVocabularyFiltersAsync(ListVocabularyFiltersRequest request, AsyncHandler<ListVocabularyFiltersRequest,ListVocabularyFiltersResult> asyncHandler)
AmazonTranscribeAsyncProvides a list of custom vocabulary filters that match the specified criteria. If no criteria are specified, all custom vocabularies are returned.
To get detailed information about a specific custom vocabulary filter, use the operation.
listVocabularyFiltersAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartCallAnalyticsJobResult> startCallAnalyticsJobAsync(StartCallAnalyticsJobRequest request)
AmazonTranscribeAsyncTranscribes the audio from a customer service call and applies any additional Request Parameters you choose to include in your request.
In addition to many of the standard transcription features, Call Analytics provides you with call characteristics, call summarization, speaker sentiment, and optional redaction of your text transcript and your audio file. You can also apply custom categories to flag specified conditions. To learn more about these features and insights, refer to Analyzing call center audio with Call Analytics.
If you want to apply categories to your Call Analytics job, you must create them before submitting your job request. Categories cannot be retroactively applied to a job. To create a new category, use the operation. To learn more about Call Analytics categories, see Creating categories.
To make a StartCallAnalyticsJob request, you must first upload your media file into an Amazon S3
bucket; you can then specify the Amazon S3 location of the file using the Media parameter.
You must include the following parameters in your StartCallAnalyticsJob request:
region: The Amazon Web Services Region where you are making your request. For a list of Amazon Web
Services Regions supported with Amazon Transcribe, refer to Amazon Transcribe endpoints and quotas.
CallAnalyticsJobName: A custom name you create for your transcription job that is unique within your
Amazon Web Services account.
DataAccessRoleArn: The Amazon Resource Name (ARN) of an IAM role that has permissions to access the
Amazon S3 bucket that contains your input files.
Media (MediaFileUri or RedactedMediaFileUri): The Amazon S3 location of
your media file.
With Call Analytics, you can redact the audio contained in your media file by including
RedactedMediaFileUri, instead of MediaFileUri, to specify the location of your input
audio. If you choose to redact your audio, you can find your redacted media at the location specified in the
RedactedMediaFileUri field of your response.
startCallAnalyticsJobAsync in interface AmazonTranscribeAsyncpublic Future<StartCallAnalyticsJobResult> startCallAnalyticsJobAsync(StartCallAnalyticsJobRequest request, AsyncHandler<StartCallAnalyticsJobRequest,StartCallAnalyticsJobResult> asyncHandler)
AmazonTranscribeAsyncTranscribes the audio from a customer service call and applies any additional Request Parameters you choose to include in your request.
In addition to many of the standard transcription features, Call Analytics provides you with call characteristics, call summarization, speaker sentiment, and optional redaction of your text transcript and your audio file. You can also apply custom categories to flag specified conditions. To learn more about these features and insights, refer to Analyzing call center audio with Call Analytics.
If you want to apply categories to your Call Analytics job, you must create them before submitting your job request. Categories cannot be retroactively applied to a job. To create a new category, use the operation. To learn more about Call Analytics categories, see Creating categories.
To make a StartCallAnalyticsJob request, you must first upload your media file into an Amazon S3
bucket; you can then specify the Amazon S3 location of the file using the Media parameter.
You must include the following parameters in your StartCallAnalyticsJob request:
region: The Amazon Web Services Region where you are making your request. For a list of Amazon Web
Services Regions supported with Amazon Transcribe, refer to Amazon Transcribe endpoints and quotas.
CallAnalyticsJobName: A custom name you create for your transcription job that is unique within your
Amazon Web Services account.
DataAccessRoleArn: The Amazon Resource Name (ARN) of an IAM role that has permissions to access the
Amazon S3 bucket that contains your input files.
Media (MediaFileUri or RedactedMediaFileUri): The Amazon S3 location of
your media file.
With Call Analytics, you can redact the audio contained in your media file by including
RedactedMediaFileUri, instead of MediaFileUri, to specify the location of your input
audio. If you choose to redact your audio, you can find your redacted media at the location specified in the
RedactedMediaFileUri field of your response.
startCallAnalyticsJobAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartMedicalTranscriptionJobResult> startMedicalTranscriptionJobAsync(StartMedicalTranscriptionJobRequest request)
AmazonTranscribeAsyncTranscribes the audio from a medical dictation or conversation and applies any additional Request Parameters you choose to include in your request.
In addition to many of the standard transcription features, Amazon Transcribe Medical provides you with a robust medical vocabulary and, optionally, content identification, which adds flags to personal health information (PHI). To learn more about these features, refer to How Amazon Transcribe Medical works.
To make a StartMedicalTranscriptionJob request, you must first upload your media file into an Amazon
S3 bucket; you can then specify the S3 location of the file using the Media parameter.
You must include the following parameters in your StartMedicalTranscriptionJob request:
region: The Amazon Web Services Region where you are making your request. For a list of Amazon Web
Services Regions supported with Amazon Transcribe, refer to Amazon Transcribe endpoints and quotas.
MedicalTranscriptionJobName: A custom name you create for your transcription job that is unique
within your Amazon Web Services account.
Media (MediaFileUri): The Amazon S3 location of your media file.
LanguageCode: This must be en-US.
OutputBucketName: The Amazon S3 bucket where you want your transcript stored. If you want your
output stored in a sub-folder of this bucket, you must also include OutputKey.
Specialty: This must be PRIMARYCARE.
Type: Choose whether your audio is a conversation or a dictation.
startMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncpublic Future<StartMedicalTranscriptionJobResult> startMedicalTranscriptionJobAsync(StartMedicalTranscriptionJobRequest request, AsyncHandler<StartMedicalTranscriptionJobRequest,StartMedicalTranscriptionJobResult> asyncHandler)
AmazonTranscribeAsyncTranscribes the audio from a medical dictation or conversation and applies any additional Request Parameters you choose to include in your request.
In addition to many of the standard transcription features, Amazon Transcribe Medical provides you with a robust medical vocabulary and, optionally, content identification, which adds flags to personal health information (PHI). To learn more about these features, refer to How Amazon Transcribe Medical works.
To make a StartMedicalTranscriptionJob request, you must first upload your media file into an Amazon
S3 bucket; you can then specify the S3 location of the file using the Media parameter.
You must include the following parameters in your StartMedicalTranscriptionJob request:
region: The Amazon Web Services Region where you are making your request. For a list of Amazon Web
Services Regions supported with Amazon Transcribe, refer to Amazon Transcribe endpoints and quotas.
MedicalTranscriptionJobName: A custom name you create for your transcription job that is unique
within your Amazon Web Services account.
Media (MediaFileUri): The Amazon S3 location of your media file.
LanguageCode: This must be en-US.
OutputBucketName: The Amazon S3 bucket where you want your transcript stored. If you want your
output stored in a sub-folder of this bucket, you must also include OutputKey.
Specialty: This must be PRIMARYCARE.
Type: Choose whether your audio is a conversation or a dictation.
startMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartTranscriptionJobResult> startTranscriptionJobAsync(StartTranscriptionJobRequest request)
AmazonTranscribeAsyncTranscribes the audio from a media file and applies any additional Request Parameters you choose to include in your request.
To make a StartTranscriptionJob request, you must first upload your media file into an Amazon S3
bucket; you can then specify the Amazon S3 location of the file using the Media parameter.
You must include the following parameters in your StartTranscriptionJob request:
region: The Amazon Web Services Region where you are making your request. For a list of Amazon Web
Services Regions supported with Amazon Transcribe, refer to Amazon Transcribe endpoints and quotas.
TranscriptionJobName: A custom name you create for your transcription job that is unique within your
Amazon Web Services account.
Media (MediaFileUri): The Amazon S3 location of your media file.
One of LanguageCode, IdentifyLanguage, or IdentifyMultipleLanguages: If
you know the language of your media file, specify it using the LanguageCode parameter; you can find
all valid language codes in the Supported languages table.
If you don't know the languages spoken in your media, use either IdentifyLanguage or
IdentifyMultipleLanguages and let Amazon Transcribe identify the languages for you.
startTranscriptionJobAsync in interface AmazonTranscribeAsyncpublic Future<StartTranscriptionJobResult> startTranscriptionJobAsync(StartTranscriptionJobRequest request, AsyncHandler<StartTranscriptionJobRequest,StartTranscriptionJobResult> asyncHandler)
AmazonTranscribeAsyncTranscribes the audio from a media file and applies any additional Request Parameters you choose to include in your request.
To make a StartTranscriptionJob request, you must first upload your media file into an Amazon S3
bucket; you can then specify the Amazon S3 location of the file using the Media parameter.
You must include the following parameters in your StartTranscriptionJob request:
region: The Amazon Web Services Region where you are making your request. For a list of Amazon Web
Services Regions supported with Amazon Transcribe, refer to Amazon Transcribe endpoints and quotas.
TranscriptionJobName: A custom name you create for your transcription job that is unique within your
Amazon Web Services account.
Media (MediaFileUri): The Amazon S3 location of your media file.
One of LanguageCode, IdentifyLanguage, or IdentifyMultipleLanguages: If
you know the language of your media file, specify it using the LanguageCode parameter; you can find
all valid language codes in the Supported languages table.
If you don't know the languages spoken in your media, use either IdentifyLanguage or
IdentifyMultipleLanguages and let Amazon Transcribe identify the languages for you.
startTranscriptionJobAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonTranscribeAsyncAdds one or more custom tags, each in the form of a key:value pair, to the specified resource.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
tagResourceAsync in interface AmazonTranscribeAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonTranscribeAsyncAdds one or more custom tags, each in the form of a key:value pair, to the specified resource.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
tagResourceAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonTranscribeAsyncRemoves the specified tags from the specified Amazon Transcribe resource.
If you include UntagResource in your request, you must also include ResourceArn and
TagKeys.
untagResourceAsync in interface AmazonTranscribeAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonTranscribeAsyncRemoves the specified tags from the specified Amazon Transcribe resource.
If you include UntagResource in your request, you must also include ResourceArn and
TagKeys.
untagResourceAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateCallAnalyticsCategoryResult> updateCallAnalyticsCategoryAsync(UpdateCallAnalyticsCategoryRequest request)
AmazonTranscribeAsync
Updates the specified Call Analytics category with new rules. Note that the
UpdateCallAnalyticsCategory operation overwrites all existing rules contained in the specified
category. You cannot append additional rules onto an existing category.
To create a new category, see .
updateCallAnalyticsCategoryAsync in interface AmazonTranscribeAsyncpublic Future<UpdateCallAnalyticsCategoryResult> updateCallAnalyticsCategoryAsync(UpdateCallAnalyticsCategoryRequest request, AsyncHandler<UpdateCallAnalyticsCategoryRequest,UpdateCallAnalyticsCategoryResult> asyncHandler)
AmazonTranscribeAsync
Updates the specified Call Analytics category with new rules. Note that the
UpdateCallAnalyticsCategory operation overwrites all existing rules contained in the specified
category. You cannot append additional rules onto an existing category.
To create a new category, see .
updateCallAnalyticsCategoryAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateMedicalVocabularyResult> updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest request)
AmazonTranscribeAsyncUpdates an existing custom medical vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing vocabulary.
updateMedicalVocabularyAsync in interface AmazonTranscribeAsyncpublic Future<UpdateMedicalVocabularyResult> updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest request, AsyncHandler<UpdateMedicalVocabularyRequest,UpdateMedicalVocabularyResult> asyncHandler)
AmazonTranscribeAsyncUpdates an existing custom medical vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing vocabulary.
updateMedicalVocabularyAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateVocabularyResult> updateVocabularyAsync(UpdateVocabularyRequest request)
AmazonTranscribeAsyncUpdates an existing custom vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing vocabulary.
updateVocabularyAsync in interface AmazonTranscribeAsyncpublic Future<UpdateVocabularyResult> updateVocabularyAsync(UpdateVocabularyRequest request, AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler)
AmazonTranscribeAsyncUpdates an existing custom vocabulary with new values. This operation overwrites all existing information with your new values; you cannot append new terms onto an existing vocabulary.
updateVocabularyAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateVocabularyFilterResult> updateVocabularyFilterAsync(UpdateVocabularyFilterRequest request)
AmazonTranscribeAsyncUpdates an existing custom vocabulary filter with a new list of words. The new list you provide overwrites all previous entries; you cannot append new terms onto an existing vocabulary filter.
updateVocabularyFilterAsync in interface AmazonTranscribeAsyncpublic Future<UpdateVocabularyFilterResult> updateVocabularyFilterAsync(UpdateVocabularyFilterRequest request, AsyncHandler<UpdateVocabularyFilterRequest,UpdateVocabularyFilterResult> asyncHandler)
AmazonTranscribeAsyncUpdates an existing custom vocabulary filter with a new list of words. The new list you provide overwrites all previous entries; you cannot append new terms onto an existing vocabulary filter.
updateVocabularyFilterAsync in interface AmazonTranscribeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.