public interface AmazonTranscribeAsync extends AmazonTranscribe
Operations and objects for transcribing speech to text.
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateLanguageModelResult> |
createLanguageModelAsync(CreateLanguageModelRequest createLanguageModelRequest)
Creates a new custom language model.
|
java.util.concurrent.Future<CreateLanguageModelResult> |
createLanguageModelAsync(CreateLanguageModelRequest createLanguageModelRequest,
AsyncHandler<CreateLanguageModelRequest,CreateLanguageModelResult> asyncHandler)
Creates a new custom language model.
|
java.util.concurrent.Future<CreateMedicalVocabularyResult> |
createMedicalVocabularyAsync(CreateMedicalVocabularyRequest createMedicalVocabularyRequest)
Creates a new custom vocabulary that you can use to change how Amazon
Transcribe Medical transcribes your audio file.
|
java.util.concurrent.Future<CreateMedicalVocabularyResult> |
createMedicalVocabularyAsync(CreateMedicalVocabularyRequest createMedicalVocabularyRequest,
AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler)
Creates a new custom vocabulary that you can use to change how Amazon
Transcribe Medical transcribes your audio file.
|
java.util.concurrent.Future<CreateVocabularyResult> |
createVocabularyAsync(CreateVocabularyRequest createVocabularyRequest)
Creates a new custom vocabulary that you can use to change the way Amazon
Transcribe handles transcription of an audio file.
|
java.util.concurrent.Future<CreateVocabularyResult> |
createVocabularyAsync(CreateVocabularyRequest createVocabularyRequest,
AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler)
Creates a new custom vocabulary that you can use to change the way Amazon
Transcribe handles transcription of an audio file.
|
java.util.concurrent.Future<CreateVocabularyFilterResult> |
createVocabularyFilterAsync(CreateVocabularyFilterRequest createVocabularyFilterRequest)
Creates a new vocabulary filter that you can use to filter words, such as
profane words, from the output of a transcription job.
|
java.util.concurrent.Future<CreateVocabularyFilterResult> |
createVocabularyFilterAsync(CreateVocabularyFilterRequest createVocabularyFilterRequest,
AsyncHandler<CreateVocabularyFilterRequest,CreateVocabularyFilterResult> asyncHandler)
Creates a new vocabulary filter that you can use to filter words, such as
profane words, from the output of a transcription job.
|
java.util.concurrent.Future<java.lang.Void> |
deleteLanguageModelAsync(DeleteLanguageModelRequest deleteLanguageModelRequest)
Deletes a custom language model using its name.
|
java.util.concurrent.Future<java.lang.Void> |
deleteLanguageModelAsync(DeleteLanguageModelRequest deleteLanguageModelRequest,
AsyncHandler<DeleteLanguageModelRequest,java.lang.Void> asyncHandler)
Deletes a custom language model using its name.
|
java.util.concurrent.Future<java.lang.Void> |
deleteMedicalTranscriptionJobAsync(DeleteMedicalTranscriptionJobRequest deleteMedicalTranscriptionJobRequest)
Deletes a transcription job generated by Amazon Transcribe Medical and
any related information.
|
java.util.concurrent.Future<java.lang.Void> |
deleteMedicalTranscriptionJobAsync(DeleteMedicalTranscriptionJobRequest deleteMedicalTranscriptionJobRequest,
AsyncHandler<DeleteMedicalTranscriptionJobRequest,java.lang.Void> asyncHandler)
Deletes a transcription job generated by Amazon Transcribe Medical and
any related information.
|
java.util.concurrent.Future<java.lang.Void> |
deleteMedicalVocabularyAsync(DeleteMedicalVocabularyRequest deleteMedicalVocabularyRequest)
Deletes a vocabulary from Amazon Transcribe Medical.
|
java.util.concurrent.Future<java.lang.Void> |
deleteMedicalVocabularyAsync(DeleteMedicalVocabularyRequest deleteMedicalVocabularyRequest,
AsyncHandler<DeleteMedicalVocabularyRequest,java.lang.Void> asyncHandler)
Deletes a vocabulary from Amazon Transcribe Medical.
|
java.util.concurrent.Future<java.lang.Void> |
deleteTranscriptionJobAsync(DeleteTranscriptionJobRequest deleteTranscriptionJobRequest)
Deletes a previously submitted transcription job along with any other
generated results such as the transcription, models, and so on.
|
java.util.concurrent.Future<java.lang.Void> |
deleteTranscriptionJobAsync(DeleteTranscriptionJobRequest deleteTranscriptionJobRequest,
AsyncHandler<DeleteTranscriptionJobRequest,java.lang.Void> asyncHandler)
Deletes a previously submitted transcription job along with any other
generated results such as the transcription, models, and so on.
|
java.util.concurrent.Future<java.lang.Void> |
deleteVocabularyAsync(DeleteVocabularyRequest deleteVocabularyRequest)
Deletes a vocabulary from Amazon Transcribe.
|
java.util.concurrent.Future<java.lang.Void> |
deleteVocabularyAsync(DeleteVocabularyRequest deleteVocabularyRequest,
AsyncHandler<DeleteVocabularyRequest,java.lang.Void> asyncHandler)
Deletes a vocabulary from Amazon Transcribe.
|
java.util.concurrent.Future<java.lang.Void> |
deleteVocabularyFilterAsync(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest)
Removes a vocabulary filter.
|
java.util.concurrent.Future<java.lang.Void> |
deleteVocabularyFilterAsync(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest,
AsyncHandler<DeleteVocabularyFilterRequest,java.lang.Void> asyncHandler)
Removes a vocabulary filter.
|
java.util.concurrent.Future<DescribeLanguageModelResult> |
describeLanguageModelAsync(DescribeLanguageModelRequest describeLanguageModelRequest)
Gets information about a single custom language model.
|
java.util.concurrent.Future<DescribeLanguageModelResult> |
describeLanguageModelAsync(DescribeLanguageModelRequest describeLanguageModelRequest,
AsyncHandler<DescribeLanguageModelRequest,DescribeLanguageModelResult> asyncHandler)
Gets information about a single custom language model.
|
java.util.concurrent.Future<GetMedicalTranscriptionJobResult> |
getMedicalTranscriptionJobAsync(GetMedicalTranscriptionJobRequest getMedicalTranscriptionJobRequest)
Returns information about a transcription job from Amazon Transcribe
Medical.
|
java.util.concurrent.Future<GetMedicalTranscriptionJobResult> |
getMedicalTranscriptionJobAsync(GetMedicalTranscriptionJobRequest getMedicalTranscriptionJobRequest,
AsyncHandler<GetMedicalTranscriptionJobRequest,GetMedicalTranscriptionJobResult> asyncHandler)
Returns information about a transcription job from Amazon Transcribe
Medical.
|
java.util.concurrent.Future<GetMedicalVocabularyResult> |
getMedicalVocabularyAsync(GetMedicalVocabularyRequest getMedicalVocabularyRequest)
Retrieves information about a medical vocabulary.
|
java.util.concurrent.Future<GetMedicalVocabularyResult> |
getMedicalVocabularyAsync(GetMedicalVocabularyRequest getMedicalVocabularyRequest,
AsyncHandler<GetMedicalVocabularyRequest,GetMedicalVocabularyResult> asyncHandler)
Retrieves information about a medical vocabulary.
|
java.util.concurrent.Future<GetTranscriptionJobResult> |
getTranscriptionJobAsync(GetTranscriptionJobRequest getTranscriptionJobRequest)
Returns information about a transcription job.
|
java.util.concurrent.Future<GetTranscriptionJobResult> |
getTranscriptionJobAsync(GetTranscriptionJobRequest getTranscriptionJobRequest,
AsyncHandler<GetTranscriptionJobRequest,GetTranscriptionJobResult> asyncHandler)
Returns information about a transcription job.
|
java.util.concurrent.Future<GetVocabularyResult> |
getVocabularyAsync(GetVocabularyRequest getVocabularyRequest)
Gets information about a vocabulary.
|
java.util.concurrent.Future<GetVocabularyResult> |
getVocabularyAsync(GetVocabularyRequest getVocabularyRequest,
AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler)
Gets information about a vocabulary.
|
java.util.concurrent.Future<GetVocabularyFilterResult> |
getVocabularyFilterAsync(GetVocabularyFilterRequest getVocabularyFilterRequest)
Returns information about a vocabulary filter.
|
java.util.concurrent.Future<GetVocabularyFilterResult> |
getVocabularyFilterAsync(GetVocabularyFilterRequest getVocabularyFilterRequest,
AsyncHandler<GetVocabularyFilterRequest,GetVocabularyFilterResult> asyncHandler)
Returns information about a vocabulary filter.
|
java.util.concurrent.Future<ListLanguageModelsResult> |
listLanguageModelsAsync(ListLanguageModelsRequest listLanguageModelsRequest)
Provides more information about the custom language models you've
created.
|
java.util.concurrent.Future<ListLanguageModelsResult> |
listLanguageModelsAsync(ListLanguageModelsRequest listLanguageModelsRequest,
AsyncHandler<ListLanguageModelsRequest,ListLanguageModelsResult> asyncHandler)
Provides more information about the custom language models you've
created.
|
java.util.concurrent.Future<ListMedicalTranscriptionJobsResult> |
listMedicalTranscriptionJobsAsync(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring
that matches their names.
|
java.util.concurrent.Future<ListMedicalTranscriptionJobsResult> |
listMedicalTranscriptionJobsAsync(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest,
AsyncHandler<ListMedicalTranscriptionJobsRequest,ListMedicalTranscriptionJobsResult> asyncHandler)
Lists medical transcription jobs with a specified status or substring
that matches their names.
|
java.util.concurrent.Future<ListMedicalVocabulariesResult> |
listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
java.util.concurrent.Future<ListMedicalVocabulariesResult> |
listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest,
AsyncHandler<ListMedicalVocabulariesRequest,ListMedicalVocabulariesResult> asyncHandler)
Returns a list of vocabularies that match the specified criteria.
|
java.util.concurrent.Future<ListTranscriptionJobsResult> |
listTranscriptionJobsAsync(ListTranscriptionJobsRequest listTranscriptionJobsRequest)
Lists transcription jobs with the specified status.
|
java.util.concurrent.Future<ListTranscriptionJobsResult> |
listTranscriptionJobsAsync(ListTranscriptionJobsRequest listTranscriptionJobsRequest,
AsyncHandler<ListTranscriptionJobsRequest,ListTranscriptionJobsResult> asyncHandler)
Lists transcription jobs with the specified status.
|
java.util.concurrent.Future<ListVocabulariesResult> |
listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
java.util.concurrent.Future<ListVocabulariesResult> |
listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest,
AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler)
Returns a list of vocabularies that match the specified criteria.
|
java.util.concurrent.Future<ListVocabularyFiltersResult> |
listVocabularyFiltersAsync(ListVocabularyFiltersRequest listVocabularyFiltersRequest)
Gets information about vocabulary filters.
|
java.util.concurrent.Future<ListVocabularyFiltersResult> |
listVocabularyFiltersAsync(ListVocabularyFiltersRequest listVocabularyFiltersRequest,
AsyncHandler<ListVocabularyFiltersRequest,ListVocabularyFiltersResult> asyncHandler)
Gets information about vocabulary filters.
|
java.util.concurrent.Future<StartMedicalTranscriptionJobResult> |
startMedicalTranscriptionJobAsync(StartMedicalTranscriptionJobRequest startMedicalTranscriptionJobRequest)
Starts a batch job to transcribe medical speech to text.
|
java.util.concurrent.Future<StartMedicalTranscriptionJobResult> |
startMedicalTranscriptionJobAsync(StartMedicalTranscriptionJobRequest startMedicalTranscriptionJobRequest,
AsyncHandler<StartMedicalTranscriptionJobRequest,StartMedicalTranscriptionJobResult> asyncHandler)
Starts a batch job to transcribe medical speech to text.
|
java.util.concurrent.Future<StartTranscriptionJobResult> |
startTranscriptionJobAsync(StartTranscriptionJobRequest startTranscriptionJobRequest)
Starts an asynchronous job to transcribe speech to text.
|
java.util.concurrent.Future<StartTranscriptionJobResult> |
startTranscriptionJobAsync(StartTranscriptionJobRequest startTranscriptionJobRequest,
AsyncHandler<StartTranscriptionJobRequest,StartTranscriptionJobResult> asyncHandler)
Starts an asynchronous job to transcribe speech to text.
|
java.util.concurrent.Future<UpdateMedicalVocabularyResult> |
updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest)
Updates a vocabulary with new values that you provide in a different text
file from the one you used to create the vocabulary.
|
java.util.concurrent.Future<UpdateMedicalVocabularyResult> |
updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest,
AsyncHandler<UpdateMedicalVocabularyRequest,UpdateMedicalVocabularyResult> asyncHandler)
Updates a vocabulary with new values that you provide in a different text
file from the one you used to create the vocabulary.
|
java.util.concurrent.Future<UpdateVocabularyResult> |
updateVocabularyAsync(UpdateVocabularyRequest updateVocabularyRequest)
Updates an existing vocabulary with new values.
|
java.util.concurrent.Future<UpdateVocabularyResult> |
updateVocabularyAsync(UpdateVocabularyRequest updateVocabularyRequest,
AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler)
Updates an existing vocabulary with new values.
|
java.util.concurrent.Future<UpdateVocabularyFilterResult> |
updateVocabularyFilterAsync(UpdateVocabularyFilterRequest updateVocabularyFilterRequest)
Updates a vocabulary filter with a new list of filtered words.
|
java.util.concurrent.Future<UpdateVocabularyFilterResult> |
updateVocabularyFilterAsync(UpdateVocabularyFilterRequest updateVocabularyFilterRequest,
AsyncHandler<UpdateVocabularyFilterRequest,UpdateVocabularyFilterResult> asyncHandler)
Updates a vocabulary filter with a new list of filtered words.
|
createLanguageModel, createMedicalVocabulary, createVocabulary, createVocabularyFilter, deleteLanguageModel, deleteMedicalTranscriptionJob, deleteMedicalVocabulary, deleteTranscriptionJob, deleteVocabulary, deleteVocabularyFilter, describeLanguageModel, getCachedResponseMetadata, getMedicalTranscriptionJob, getMedicalVocabulary, getTranscriptionJob, getVocabulary, getVocabularyFilter, listLanguageModels, listMedicalTranscriptionJobs, listMedicalVocabularies, listTranscriptionJobs, listVocabularies, listVocabularyFilters, setEndpoint, setRegion, shutdown, startMedicalTranscriptionJob, startTranscriptionJob, updateMedicalVocabulary, updateVocabulary, updateVocabularyFilter
java.util.concurrent.Future<CreateLanguageModelResult> createLanguageModelAsync(CreateLanguageModelRequest createLanguageModelRequest) throws AmazonServiceException, AmazonClientException
Creates a new custom language model. Use Amazon S3 prefixes to provide the location of your input files. The time it takes to create your model depends on the size of your training data.
createLanguageModelRequest
- BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<CreateLanguageModelResult> createLanguageModelAsync(CreateLanguageModelRequest createLanguageModelRequest, AsyncHandler<CreateLanguageModelRequest,CreateLanguageModelResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a new custom language model. Use Amazon S3 prefixes to provide the location of your input files. The time it takes to create your model depends on the size of your training data.
createLanguageModelRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<CreateMedicalVocabularyResult> createMedicalVocabularyAsync(CreateMedicalVocabularyRequest createMedicalVocabularyRequest) throws AmazonServiceException, AmazonClientException
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file.
createMedicalVocabularyRequest
- BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<CreateMedicalVocabularyResult> createMedicalVocabularyAsync(CreateMedicalVocabularyRequest createMedicalVocabularyRequest, AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file.
createMedicalVocabularyRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<CreateVocabularyResult> createVocabularyAsync(CreateVocabularyRequest createVocabularyRequest) throws AmazonServiceException, AmazonClientException
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
createVocabularyRequest
- BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<CreateVocabularyResult> createVocabularyAsync(CreateVocabularyRequest createVocabularyRequest, AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
createVocabularyRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<CreateVocabularyFilterResult> createVocabularyFilterAsync(CreateVocabularyFilterRequest createVocabularyFilterRequest) throws AmazonServiceException, AmazonClientException
Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.
createVocabularyFilterRequest
- BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<CreateVocabularyFilterResult> createVocabularyFilterAsync(CreateVocabularyFilterRequest createVocabularyFilterRequest, AsyncHandler<CreateVocabularyFilterRequest,CreateVocabularyFilterResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.
createVocabularyFilterRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteLanguageModelAsync(DeleteLanguageModelRequest deleteLanguageModelRequest) throws AmazonServiceException, AmazonClientException
Deletes a custom language model using its name.
deleteLanguageModelRequest
- BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteLanguageModelAsync(DeleteLanguageModelRequest deleteLanguageModelRequest, AsyncHandler<DeleteLanguageModelRequest,java.lang.Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a custom language model using its name.
deleteLanguageModelRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteMedicalTranscriptionJobAsync(DeleteMedicalTranscriptionJobRequest deleteMedicalTranscriptionJobRequest) throws AmazonServiceException, AmazonClientException
Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
deleteMedicalTranscriptionJobRequest
- LimitExceededException
BadRequestException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteMedicalTranscriptionJobAsync(DeleteMedicalTranscriptionJobRequest deleteMedicalTranscriptionJobRequest, AsyncHandler<DeleteMedicalTranscriptionJobRequest,java.lang.Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
deleteMedicalTranscriptionJobRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.LimitExceededException
BadRequestException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteMedicalVocabularyAsync(DeleteMedicalVocabularyRequest deleteMedicalVocabularyRequest) throws AmazonServiceException, AmazonClientException
Deletes a vocabulary from Amazon Transcribe Medical.
deleteMedicalVocabularyRequest
- NotFoundException
LimitExceededException
BadRequestException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteMedicalVocabularyAsync(DeleteMedicalVocabularyRequest deleteMedicalVocabularyRequest, AsyncHandler<DeleteMedicalVocabularyRequest,java.lang.Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a vocabulary from Amazon Transcribe Medical.
deleteMedicalVocabularyRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.NotFoundException
LimitExceededException
BadRequestException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteTranscriptionJobAsync(DeleteTranscriptionJobRequest deleteTranscriptionJobRequest) throws AmazonServiceException, AmazonClientException
Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
deleteTranscriptionJobRequest
- LimitExceededException
BadRequestException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteTranscriptionJobAsync(DeleteTranscriptionJobRequest deleteTranscriptionJobRequest, AsyncHandler<DeleteTranscriptionJobRequest,java.lang.Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
deleteTranscriptionJobRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.LimitExceededException
BadRequestException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteVocabularyAsync(DeleteVocabularyRequest deleteVocabularyRequest) throws AmazonServiceException, AmazonClientException
Deletes a vocabulary from Amazon Transcribe.
deleteVocabularyRequest
- NotFoundException
LimitExceededException
BadRequestException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteVocabularyAsync(DeleteVocabularyRequest deleteVocabularyRequest, AsyncHandler<DeleteVocabularyRequest,java.lang.Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a vocabulary from Amazon Transcribe.
deleteVocabularyRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.NotFoundException
LimitExceededException
BadRequestException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteVocabularyFilterAsync(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest) throws AmazonServiceException, AmazonClientException
Removes a vocabulary filter.
deleteVocabularyFilterRequest
- NotFoundException
LimitExceededException
BadRequestException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<java.lang.Void> deleteVocabularyFilterAsync(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest, AsyncHandler<DeleteVocabularyFilterRequest,java.lang.Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Removes a vocabulary filter.
deleteVocabularyFilterRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.NotFoundException
LimitExceededException
BadRequestException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<DescribeLanguageModelResult> describeLanguageModelAsync(DescribeLanguageModelRequest describeLanguageModelRequest) throws AmazonServiceException, AmazonClientException
Gets information about a single custom language model. Use this information to see details about the language model in your AWS account. You can also see whether the base language model 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 the language model wasn't created, you can use this operation to understand why Amazon Transcribe couldn't create it.
describeLanguageModelRequest
- BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<DescribeLanguageModelResult> describeLanguageModelAsync(DescribeLanguageModelRequest describeLanguageModelRequest, AsyncHandler<DescribeLanguageModelRequest,DescribeLanguageModelResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Gets information about a single custom language model. Use this information to see details about the language model in your AWS account. You can also see whether the base language model 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 the language model wasn't created, you can use this operation to understand why Amazon Transcribe couldn't create it.
describeLanguageModelRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<GetMedicalTranscriptionJobResult> getMedicalTranscriptionJobAsync(GetMedicalTranscriptionJobRequest getMedicalTranscriptionJobRequest) throws AmazonServiceException, AmazonClientException
Returns information about a transcription job from Amazon Transcribe
Medical. To see the status of the job, check the
TranscriptionJobStatus
field. If the status is
COMPLETED
, the job is finished. You find the results of the
completed job in the TranscriptFileUri
field.
getMedicalTranscriptionJobRequest
- BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<GetMedicalTranscriptionJobResult> getMedicalTranscriptionJobAsync(GetMedicalTranscriptionJobRequest getMedicalTranscriptionJobRequest, AsyncHandler<GetMedicalTranscriptionJobRequest,GetMedicalTranscriptionJobResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Returns information about a transcription job from Amazon Transcribe
Medical. To see the status of the job, check the
TranscriptionJobStatus
field. If the status is
COMPLETED
, the job is finished. You find the results of the
completed job in the TranscriptFileUri
field.
getMedicalTranscriptionJobRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<GetMedicalVocabularyResult> getMedicalVocabularyAsync(GetMedicalVocabularyRequest getMedicalVocabularyRequest) throws AmazonServiceException, AmazonClientException
Retrieves information about a medical vocabulary.
getMedicalVocabularyRequest
- NotFoundException
LimitExceededException
InternalFailureException
BadRequestException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<GetMedicalVocabularyResult> getMedicalVocabularyAsync(GetMedicalVocabularyRequest getMedicalVocabularyRequest, AsyncHandler<GetMedicalVocabularyRequest,GetMedicalVocabularyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Retrieves information about a medical vocabulary.
getMedicalVocabularyRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.NotFoundException
LimitExceededException
InternalFailureException
BadRequestException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<GetTranscriptionJobResult> getTranscriptionJobAsync(GetTranscriptionJobRequest getTranscriptionJobRequest) throws AmazonServiceException, AmazonClientException
Returns information about a transcription job. To see the status of the
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 the TranscriptFileUri
field. If you enable content redaction, the redacted transcript appears
in RedactedTranscriptFileUri
.
getTranscriptionJobRequest
- BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<GetTranscriptionJobResult> getTranscriptionJobAsync(GetTranscriptionJobRequest getTranscriptionJobRequest, AsyncHandler<GetTranscriptionJobRequest,GetTranscriptionJobResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Returns information about a transcription job. To see the status of the
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 the TranscriptFileUri
field. If you enable content redaction, the redacted transcript appears
in RedactedTranscriptFileUri
.
getTranscriptionJobRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<GetVocabularyResult> getVocabularyAsync(GetVocabularyRequest getVocabularyRequest) throws AmazonServiceException, AmazonClientException
Gets information about a vocabulary.
getVocabularyRequest
- NotFoundException
LimitExceededException
InternalFailureException
BadRequestException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<GetVocabularyResult> getVocabularyAsync(GetVocabularyRequest getVocabularyRequest, AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Gets information about a vocabulary.
getVocabularyRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.NotFoundException
LimitExceededException
InternalFailureException
BadRequestException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<GetVocabularyFilterResult> getVocabularyFilterAsync(GetVocabularyFilterRequest getVocabularyFilterRequest) throws AmazonServiceException, AmazonClientException
Returns information about a vocabulary filter.
getVocabularyFilterRequest
- NotFoundException
LimitExceededException
InternalFailureException
BadRequestException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<GetVocabularyFilterResult> getVocabularyFilterAsync(GetVocabularyFilterRequest getVocabularyFilterRequest, AsyncHandler<GetVocabularyFilterRequest,GetVocabularyFilterResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Returns information about a vocabulary filter.
getVocabularyFilterRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.NotFoundException
LimitExceededException
InternalFailureException
BadRequestException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListLanguageModelsResult> listLanguageModelsAsync(ListLanguageModelsRequest listLanguageModelsRequest) throws AmazonServiceException, AmazonClientException
Provides more information about the custom language models you've created. You can use the information in this list to find a specific custom language model. You can then use the operation to get more information about it.
listLanguageModelsRequest
- BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListLanguageModelsResult> listLanguageModelsAsync(ListLanguageModelsRequest listLanguageModelsRequest, AsyncHandler<ListLanguageModelsRequest,ListLanguageModelsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Provides more information about the custom language models you've created. You can use the information in this list to find a specific custom language model. You can then use the operation to get more information about it.
listLanguageModelsRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListMedicalTranscriptionJobsResult> listMedicalTranscriptionJobsAsync(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest) throws AmazonServiceException, AmazonClientException
Lists medical transcription jobs with a specified status or substring that matches their names.
listMedicalTranscriptionJobsRequest
- BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListMedicalTranscriptionJobsResult> listMedicalTranscriptionJobsAsync(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest, AsyncHandler<ListMedicalTranscriptionJobsRequest,ListMedicalTranscriptionJobsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Lists medical transcription jobs with a specified status or substring that matches their names.
listMedicalTranscriptionJobsRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListMedicalVocabulariesResult> listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest) throws AmazonServiceException, AmazonClientException
Returns a list of vocabularies that match the specified criteria. If you don't enter a value in any of the request parameters, returns the entire list of vocabularies.
listMedicalVocabulariesRequest
- BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListMedicalVocabulariesResult> listMedicalVocabulariesAsync(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest, AsyncHandler<ListMedicalVocabulariesRequest,ListMedicalVocabulariesResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Returns a list of vocabularies that match the specified criteria. If you don't enter a value in any of the request parameters, returns the entire list of vocabularies.
listMedicalVocabulariesRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListTranscriptionJobsResult> listTranscriptionJobsAsync(ListTranscriptionJobsRequest listTranscriptionJobsRequest) throws AmazonServiceException, AmazonClientException
Lists transcription jobs with the specified status.
listTranscriptionJobsRequest
- BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListTranscriptionJobsResult> listTranscriptionJobsAsync(ListTranscriptionJobsRequest listTranscriptionJobsRequest, AsyncHandler<ListTranscriptionJobsRequest,ListTranscriptionJobsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Lists transcription jobs with the specified status.
listTranscriptionJobsRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListVocabulariesResult> listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest) throws AmazonServiceException, AmazonClientException
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
listVocabulariesRequest
- BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListVocabulariesResult> listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest, AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
listVocabulariesRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListVocabularyFiltersResult> listVocabularyFiltersAsync(ListVocabularyFiltersRequest listVocabularyFiltersRequest) throws AmazonServiceException, AmazonClientException
Gets information about vocabulary filters.
listVocabularyFiltersRequest
- BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<ListVocabularyFiltersResult> listVocabularyFiltersAsync(ListVocabularyFiltersRequest listVocabularyFiltersRequest, AsyncHandler<ListVocabularyFiltersRequest,ListVocabularyFiltersResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Gets information about vocabulary filters.
listVocabularyFiltersRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<StartMedicalTranscriptionJobResult> startMedicalTranscriptionJobAsync(StartMedicalTranscriptionJobRequest startMedicalTranscriptionJobRequest) throws AmazonServiceException, AmazonClientException
Starts a batch job to transcribe medical speech to text.
startMedicalTranscriptionJobRequest
- BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<StartMedicalTranscriptionJobResult> startMedicalTranscriptionJobAsync(StartMedicalTranscriptionJobRequest startMedicalTranscriptionJobRequest, AsyncHandler<StartMedicalTranscriptionJobRequest,StartMedicalTranscriptionJobResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Starts a batch job to transcribe medical speech to text.
startMedicalTranscriptionJobRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<StartTranscriptionJobResult> startTranscriptionJobAsync(StartTranscriptionJobRequest startTranscriptionJobRequest) throws AmazonServiceException, AmazonClientException
Starts an asynchronous job to transcribe speech to text.
startTranscriptionJobRequest
- BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<StartTranscriptionJobResult> startTranscriptionJobAsync(StartTranscriptionJobRequest startTranscriptionJobRequest, AsyncHandler<StartTranscriptionJobRequest,StartTranscriptionJobResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Starts an asynchronous job to transcribe speech to text.
startTranscriptionJobRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<UpdateMedicalVocabularyResult> updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest) throws AmazonServiceException, AmazonClientException
Updates a vocabulary with new values that you provide in a different text
file from the one you used to create the vocabulary. The
UpdateMedicalVocabulary
operation overwrites all of the
existing information with the values that you provide in the request.
updateMedicalVocabularyRequest
- BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<UpdateMedicalVocabularyResult> updateMedicalVocabularyAsync(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest, AsyncHandler<UpdateMedicalVocabularyRequest,UpdateMedicalVocabularyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Updates a vocabulary with new values that you provide in a different text
file from the one you used to create the vocabulary. The
UpdateMedicalVocabulary
operation overwrites all of the
existing information with the values that you provide in the request.
updateMedicalVocabularyRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<UpdateVocabularyResult> updateVocabularyAsync(UpdateVocabularyRequest updateVocabularyRequest) throws AmazonServiceException, AmazonClientException
Updates an existing vocabulary with new values. The
UpdateVocabulary
operation overwrites all of the existing
information with the values that you provide in the request.
updateVocabularyRequest
- BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<UpdateVocabularyResult> updateVocabularyAsync(UpdateVocabularyRequest updateVocabularyRequest, AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Updates an existing vocabulary with new values. The
UpdateVocabulary
operation overwrites all of the existing
information with the values that you provide in the request.
updateVocabularyRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
ConflictException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<UpdateVocabularyFilterResult> updateVocabularyFilterAsync(UpdateVocabularyFilterRequest updateVocabularyFilterRequest) throws AmazonServiceException, AmazonClientException
Updates a vocabulary filter with a new list of filtered words.
updateVocabularyFilterRequest
- BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.java.util.concurrent.Future<UpdateVocabularyFilterResult> updateVocabularyFilterAsync(UpdateVocabularyFilterRequest updateVocabularyFilterRequest, AsyncHandler<UpdateVocabularyFilterRequest,UpdateVocabularyFilterResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Updates a vocabulary filter with a new list of filtered words.
updateVocabularyFilterRequest
- asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.BadRequestException
LimitExceededException
InternalFailureException
NotFoundException
AmazonClientException
- If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException
- If an error response is returned by Amazon
Transcribe indicating either a problem with the data in the
request, or a server side issue.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.