public class AmazonTranscribeAsyncClient extends AmazonTranscribeClient implements AmazonTranscribeAsync
Operations and objects for transcribing speech to text.
LOGGING_AWS_REQUEST_METRIC| Constructor and Description |
|---|
AmazonTranscribeAsyncClient()
Deprecated.
|
AmazonTranscribeAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
Transcribe using the specified AWS account credentials.
|
AmazonTranscribeAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Transcribe using the specified AWS account credentials, executor service,
and client configuration options.
|
AmazonTranscribeAsyncClient(AWSCredentials awsCredentials,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Transcribe using the specified AWS account credentials and executor
service.
|
AmazonTranscribeAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on Amazon
Transcribe using the specified AWS account credentials provider.
|
AmazonTranscribeAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Amazon
Transcribe using the specified AWS account credentials provider and
client configuration options.
|
AmazonTranscribeAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Transcribe using the specified AWS account credentials provider, executor
service, and client configuration options.
|
AmazonTranscribeAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Transcribe using the specified AWS account credentials provider and
executor service.
|
AmazonTranscribeAsyncClient(ClientConfiguration clientConfiguration)
Deprecated.
|
| 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.ExecutorService |
getExecutorService()
Returns the executor service used by this async client to execute
requests.
|
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.
|
void |
shutdown()
Shuts down the client, releasing all managed resources.
|
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, startMedicalTranscriptionJob, startTranscriptionJob, updateMedicalVocabulary, updateVocabulary, updateVocabularyFilteraddRequestHandler, addRequestHandler, getEndpoint, getEndpointPrefix, getRegions, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerRegionOverride, getTimeOffset, removeRequestHandler, removeRequestHandler, setConfiguration, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateLanguageModel, createMedicalVocabulary, createVocabulary, createVocabularyFilter, deleteLanguageModel, deleteMedicalTranscriptionJob, deleteMedicalVocabulary, deleteTranscriptionJob, deleteVocabulary, deleteVocabularyFilter, describeLanguageModel, getCachedResponseMetadata, getMedicalTranscriptionJob, getMedicalVocabulary, getTranscriptionJob, getVocabulary, getVocabularyFilter, listLanguageModels, listMedicalTranscriptionJobs, listMedicalVocabularies, listTranscriptionJobs, listVocabularies, listVocabularyFilters, setEndpoint, setRegion, startMedicalTranscriptionJob, startTranscriptionJob, updateMedicalVocabulary, updateVocabulary, updateVocabularyFilter@Deprecated public AmazonTranscribeAsyncClient()
All service calls made using this new client object are blocking, and will not return until the service call completes.
DefaultAWSCredentialsProviderChain@Deprecated public AmazonTranscribeAsyncClient(ClientConfiguration clientConfiguration)
All service calls made using this new client object are blocking, and will not return until the service call completes.
clientConfiguration - The client configuration options controlling
how this client connects to Amazon Transcribe (ex: proxy
settings, retry counts, etc.).DefaultAWSCredentialsProviderChainpublic AmazonTranscribeAsyncClient(AWSCredentials awsCredentials)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials - The AWS credentials (access key ID and secret key)
to use when authenticating with AWS services.public AmazonTranscribeAsyncClient(AWSCredentials awsCredentials, java.util.concurrent.ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials - The AWS credentials (access key ID and secret key)
to use when authenticating with AWS services.executorService - The executor service by which all asynchronous
requests will be executed.public AmazonTranscribeAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, java.util.concurrent.ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials - The AWS credentials (access key ID and secret key)
to use when authenticating with AWS services.clientConfiguration - Client configuration options (ex: max retry
limit, proxy settings, etc).executorService - The executor service by which all asynchronous
requests will be executed.public AmazonTranscribeAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will
provide credentials to authenticate requests with AWS
services.public AmazonTranscribeAsyncClient(AWSCredentialsProvider awsCredentialsProvider, java.util.concurrent.ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will
provide credentials to authenticate requests with AWS
services.executorService - The executor service by which all asynchronous
requests will be executed.public AmazonTranscribeAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will
provide credentials to authenticate requests with AWS
services.clientConfiguration - Client configuration options (ex: max retry
limit, proxy settings, etc).public AmazonTranscribeAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, java.util.concurrent.ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will
provide credentials to authenticate requests with AWS
services.clientConfiguration - Client configuration options (ex: max retry
limit, proxy settings, etc).executorService - The executor service by which all asynchronous
requests will be executed.public java.util.concurrent.ExecutorService getExecutorService()
public void shutdown()
shutdown in interface AmazonTranscribeshutdown in class AmazonWebServiceClientpublic 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.
createLanguageModelAsync in interface AmazonTranscribeAsynccreateLanguageModelRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public 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.
createLanguageModelAsync in interface AmazonTranscribeAsynccreateLanguageModelRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public 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.
createMedicalVocabularyAsync in interface AmazonTranscribeAsynccreateMedicalVocabularyRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public 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.
createMedicalVocabularyAsync in interface AmazonTranscribeAsynccreateMedicalVocabularyRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public 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.
createVocabularyAsync in interface AmazonTranscribeAsynccreateVocabularyRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public 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.
createVocabularyAsync in interface AmazonTranscribeAsynccreateVocabularyRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public 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.
createVocabularyFilterAsync in interface AmazonTranscribeAsynccreateVocabularyFilterRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public 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.
createVocabularyFilterAsync in interface AmazonTranscribeAsynccreateVocabularyFilterRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public java.util.concurrent.Future<java.lang.Void> deleteLanguageModelAsync(DeleteLanguageModelRequest deleteLanguageModelRequest) throws AmazonServiceException, AmazonClientException
Deletes a custom language model using its name.
deleteLanguageModelAsync in interface AmazonTranscribeAsyncdeleteLanguageModelRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
deleteLanguageModelAsync in interface AmazonTranscribeAsyncdeleteLanguageModelRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
deleteMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncdeleteMedicalTranscriptionJobRequest - LimitExceededExceptionBadRequestExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
deleteMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncdeleteMedicalTranscriptionJobRequest - 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.LimitExceededExceptionBadRequestExceptionInternalFailureExceptionAmazonClientException - 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.public java.util.concurrent.Future<java.lang.Void> deleteMedicalVocabularyAsync(DeleteMedicalVocabularyRequest deleteMedicalVocabularyRequest) throws AmazonServiceException, AmazonClientException
Deletes a vocabulary from Amazon Transcribe Medical.
deleteMedicalVocabularyAsync in interface AmazonTranscribeAsyncdeleteMedicalVocabularyRequest - NotFoundExceptionLimitExceededExceptionBadRequestExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
deleteMedicalVocabularyAsync in interface AmazonTranscribeAsyncdeleteMedicalVocabularyRequest - 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.NotFoundExceptionLimitExceededExceptionBadRequestExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
deleteTranscriptionJobAsync in interface AmazonTranscribeAsyncdeleteTranscriptionJobRequest - LimitExceededExceptionBadRequestExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
deleteTranscriptionJobAsync in interface AmazonTranscribeAsyncdeleteTranscriptionJobRequest - 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.LimitExceededExceptionBadRequestExceptionInternalFailureExceptionAmazonClientException - 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.public java.util.concurrent.Future<java.lang.Void> deleteVocabularyAsync(DeleteVocabularyRequest deleteVocabularyRequest) throws AmazonServiceException, AmazonClientException
Deletes a vocabulary from Amazon Transcribe.
deleteVocabularyAsync in interface AmazonTranscribeAsyncdeleteVocabularyRequest - NotFoundExceptionLimitExceededExceptionBadRequestExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
deleteVocabularyAsync in interface AmazonTranscribeAsyncdeleteVocabularyRequest - 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.NotFoundExceptionLimitExceededExceptionBadRequestExceptionInternalFailureExceptionAmazonClientException - 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.public java.util.concurrent.Future<java.lang.Void> deleteVocabularyFilterAsync(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest) throws AmazonServiceException, AmazonClientException
Removes a vocabulary filter.
deleteVocabularyFilterAsync in interface AmazonTranscribeAsyncdeleteVocabularyFilterRequest - NotFoundExceptionLimitExceededExceptionBadRequestExceptionInternalFailureExceptionAmazonClientException - 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.public java.util.concurrent.Future<java.lang.Void> deleteVocabularyFilterAsync(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest, AsyncHandler<DeleteVocabularyFilterRequest,java.lang.Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Removes a vocabulary filter.
deleteVocabularyFilterAsync in interface AmazonTranscribeAsyncdeleteVocabularyFilterRequest - 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.NotFoundExceptionLimitExceededExceptionBadRequestExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
describeLanguageModelAsync in interface AmazonTranscribeAsyncdescribeLanguageModelRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionAmazonClientException - 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.public 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.
describeLanguageModelAsync in interface AmazonTranscribeAsyncdescribeLanguageModelRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionAmazonClientException - 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.public 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.
getMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncgetMedicalTranscriptionJobRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionAmazonClientException - 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.public 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.
getMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncgetMedicalTranscriptionJobRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionAmazonClientException - 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.public java.util.concurrent.Future<GetMedicalVocabularyResult> getMedicalVocabularyAsync(GetMedicalVocabularyRequest getMedicalVocabularyRequest) throws AmazonServiceException, AmazonClientException
Retrieves information about a medical vocabulary.
getMedicalVocabularyAsync in interface AmazonTranscribeAsyncgetMedicalVocabularyRequest - NotFoundExceptionLimitExceededExceptionInternalFailureExceptionBadRequestExceptionAmazonClientException - 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.public java.util.concurrent.Future<GetMedicalVocabularyResult> getMedicalVocabularyAsync(GetMedicalVocabularyRequest getMedicalVocabularyRequest, AsyncHandler<GetMedicalVocabularyRequest,GetMedicalVocabularyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Retrieves information about a medical vocabulary.
getMedicalVocabularyAsync in interface AmazonTranscribeAsyncgetMedicalVocabularyRequest - 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.NotFoundExceptionLimitExceededExceptionInternalFailureExceptionBadRequestExceptionAmazonClientException - 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.public 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.
getTranscriptionJobAsync in interface AmazonTranscribeAsyncgetTranscriptionJobRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionAmazonClientException - 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.public 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.
getTranscriptionJobAsync in interface AmazonTranscribeAsyncgetTranscriptionJobRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionAmazonClientException - 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.public java.util.concurrent.Future<GetVocabularyResult> getVocabularyAsync(GetVocabularyRequest getVocabularyRequest) throws AmazonServiceException, AmazonClientException
Gets information about a vocabulary.
getVocabularyAsync in interface AmazonTranscribeAsyncgetVocabularyRequest - NotFoundExceptionLimitExceededExceptionInternalFailureExceptionBadRequestExceptionAmazonClientException - 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.public java.util.concurrent.Future<GetVocabularyResult> getVocabularyAsync(GetVocabularyRequest getVocabularyRequest, AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Gets information about a vocabulary.
getVocabularyAsync in interface AmazonTranscribeAsyncgetVocabularyRequest - 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.NotFoundExceptionLimitExceededExceptionInternalFailureExceptionBadRequestExceptionAmazonClientException - 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.public java.util.concurrent.Future<GetVocabularyFilterResult> getVocabularyFilterAsync(GetVocabularyFilterRequest getVocabularyFilterRequest) throws AmazonServiceException, AmazonClientException
Returns information about a vocabulary filter.
getVocabularyFilterAsync in interface AmazonTranscribeAsyncgetVocabularyFilterRequest - NotFoundExceptionLimitExceededExceptionInternalFailureExceptionBadRequestExceptionAmazonClientException - 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.public java.util.concurrent.Future<GetVocabularyFilterResult> getVocabularyFilterAsync(GetVocabularyFilterRequest getVocabularyFilterRequest, AsyncHandler<GetVocabularyFilterRequest,GetVocabularyFilterResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Returns information about a vocabulary filter.
getVocabularyFilterAsync in interface AmazonTranscribeAsyncgetVocabularyFilterRequest - 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.NotFoundExceptionLimitExceededExceptionInternalFailureExceptionBadRequestExceptionAmazonClientException - 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.public 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.
listLanguageModelsAsync in interface AmazonTranscribeAsynclistLanguageModelsRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
listLanguageModelsAsync in interface AmazonTranscribeAsynclistLanguageModelsRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
listMedicalTranscriptionJobsAsync in interface AmazonTranscribeAsynclistMedicalTranscriptionJobsRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
listMedicalTranscriptionJobsAsync in interface AmazonTranscribeAsynclistMedicalTranscriptionJobsRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
listMedicalVocabulariesAsync in interface AmazonTranscribeAsynclistMedicalVocabulariesRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
listMedicalVocabulariesAsync in interface AmazonTranscribeAsynclistMedicalVocabulariesRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public java.util.concurrent.Future<ListTranscriptionJobsResult> listTranscriptionJobsAsync(ListTranscriptionJobsRequest listTranscriptionJobsRequest) throws AmazonServiceException, AmazonClientException
Lists transcription jobs with the specified status.
listTranscriptionJobsAsync in interface AmazonTranscribeAsynclistTranscriptionJobsRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public java.util.concurrent.Future<ListTranscriptionJobsResult> listTranscriptionJobsAsync(ListTranscriptionJobsRequest listTranscriptionJobsRequest, AsyncHandler<ListTranscriptionJobsRequest,ListTranscriptionJobsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Lists transcription jobs with the specified status.
listTranscriptionJobsAsync in interface AmazonTranscribeAsynclistTranscriptionJobsRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
listVocabulariesAsync in interface AmazonTranscribeAsynclistVocabulariesRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public 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.
listVocabulariesAsync in interface AmazonTranscribeAsynclistVocabulariesRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public java.util.concurrent.Future<ListVocabularyFiltersResult> listVocabularyFiltersAsync(ListVocabularyFiltersRequest listVocabularyFiltersRequest) throws AmazonServiceException, AmazonClientException
Gets information about vocabulary filters.
listVocabularyFiltersAsync in interface AmazonTranscribeAsynclistVocabularyFiltersRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public java.util.concurrent.Future<ListVocabularyFiltersResult> listVocabularyFiltersAsync(ListVocabularyFiltersRequest listVocabularyFiltersRequest, AsyncHandler<ListVocabularyFiltersRequest,ListVocabularyFiltersResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Gets information about vocabulary filters.
listVocabularyFiltersAsync in interface AmazonTranscribeAsynclistVocabularyFiltersRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionAmazonClientException - 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.public java.util.concurrent.Future<StartMedicalTranscriptionJobResult> startMedicalTranscriptionJobAsync(StartMedicalTranscriptionJobRequest startMedicalTranscriptionJobRequest) throws AmazonServiceException, AmazonClientException
Starts a batch job to transcribe medical speech to text.
startMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncstartMedicalTranscriptionJobRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public 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.
startMedicalTranscriptionJobAsync in interface AmazonTranscribeAsyncstartMedicalTranscriptionJobRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public java.util.concurrent.Future<StartTranscriptionJobResult> startTranscriptionJobAsync(StartTranscriptionJobRequest startTranscriptionJobRequest) throws AmazonServiceException, AmazonClientException
Starts an asynchronous job to transcribe speech to text.
startTranscriptionJobAsync in interface AmazonTranscribeAsyncstartTranscriptionJobRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public java.util.concurrent.Future<StartTranscriptionJobResult> startTranscriptionJobAsync(StartTranscriptionJobRequest startTranscriptionJobRequest, AsyncHandler<StartTranscriptionJobRequest,StartTranscriptionJobResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Starts an asynchronous job to transcribe speech to text.
startTranscriptionJobAsync in interface AmazonTranscribeAsyncstartTranscriptionJobRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionConflictExceptionAmazonClientException - 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.public 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.
updateMedicalVocabularyAsync in interface AmazonTranscribeAsyncupdateMedicalVocabularyRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionConflictExceptionAmazonClientException - 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.public 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.
updateMedicalVocabularyAsync in interface AmazonTranscribeAsyncupdateMedicalVocabularyRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionConflictExceptionAmazonClientException - 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.public 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.
updateVocabularyAsync in interface AmazonTranscribeAsyncupdateVocabularyRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionConflictExceptionAmazonClientException - 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.public 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.
updateVocabularyAsync in interface AmazonTranscribeAsyncupdateVocabularyRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionConflictExceptionAmazonClientException - 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.public java.util.concurrent.Future<UpdateVocabularyFilterResult> updateVocabularyFilterAsync(UpdateVocabularyFilterRequest updateVocabularyFilterRequest) throws AmazonServiceException, AmazonClientException
Updates a vocabulary filter with a new list of filtered words.
updateVocabularyFilterAsync in interface AmazonTranscribeAsyncupdateVocabularyFilterRequest - BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionAmazonClientException - 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.public 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.
updateVocabularyFilterAsync in interface AmazonTranscribeAsyncupdateVocabularyFilterRequest - 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.BadRequestExceptionLimitExceededExceptionInternalFailureExceptionNotFoundExceptionAmazonClientException - 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.