public class AmazonTranscribeAsyncClient extends AmazonTranscribeClient implements AmazonTranscribeAsync
Operations and objects for transcribing speech to text.
jsonErrorUnmarshallersclient, clientConfiguration, endpoint, endpointPrefix, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset| 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,
                           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,
                           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,
                           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,
                           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 | 
|---|---|
| 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. | 
| 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. | 
| 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. | 
| 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. | 
| Future<Void> | deleteTranscriptionJobAsync(DeleteTranscriptionJobRequest deleteTranscriptionJobRequest)
 Deletes a previously submitted transcription job along with any other
 generated results such as the transcription, models, and so on. | 
| Future<Void> | deleteTranscriptionJobAsync(DeleteTranscriptionJobRequest deleteTranscriptionJobRequest,
                           AsyncHandler<DeleteTranscriptionJobRequest,Void> asyncHandler)
 Deletes a previously submitted transcription job along with any other
 generated results such as the transcription, models, and so on. | 
| Future<Void> | deleteVocabularyAsync(DeleteVocabularyRequest deleteVocabularyRequest)
 Deletes a vocabulary from Amazon Transcribe. | 
| Future<Void> | deleteVocabularyAsync(DeleteVocabularyRequest deleteVocabularyRequest,
                     AsyncHandler<DeleteVocabularyRequest,Void> asyncHandler)
 Deletes a vocabulary from Amazon Transcribe. | 
| Future<Void> | deleteVocabularyFilterAsync(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest)
 Removes a vocabulary filter. | 
| Future<Void> | deleteVocabularyFilterAsync(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest,
                           AsyncHandler<DeleteVocabularyFilterRequest,Void> asyncHandler)
 Removes a vocabulary filter. | 
| ExecutorService | getExecutorService()Returns the executor service used by this async client to execute
 requests. | 
| Future<GetTranscriptionJobResult> | getTranscriptionJobAsync(GetTranscriptionJobRequest getTranscriptionJobRequest)
 Returns information about a transcription job. | 
| Future<GetTranscriptionJobResult> | getTranscriptionJobAsync(GetTranscriptionJobRequest getTranscriptionJobRequest,
                        AsyncHandler<GetTranscriptionJobRequest,GetTranscriptionJobResult> asyncHandler)
 Returns information about a transcription job. | 
| Future<GetVocabularyResult> | getVocabularyAsync(GetVocabularyRequest getVocabularyRequest)
 Gets information about a vocabulary. | 
| Future<GetVocabularyResult> | getVocabularyAsync(GetVocabularyRequest getVocabularyRequest,
                  AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler)
 Gets information about a vocabulary. | 
| Future<GetVocabularyFilterResult> | getVocabularyFilterAsync(GetVocabularyFilterRequest getVocabularyFilterRequest)
 Returns information about a vocabulary filter. | 
| Future<GetVocabularyFilterResult> | getVocabularyFilterAsync(GetVocabularyFilterRequest getVocabularyFilterRequest,
                        AsyncHandler<GetVocabularyFilterRequest,GetVocabularyFilterResult> asyncHandler)
 Returns information about a vocabulary filter. | 
| Future<ListTranscriptionJobsResult> | listTranscriptionJobsAsync(ListTranscriptionJobsRequest listTranscriptionJobsRequest)
 Lists transcription jobs with the specified status. | 
| Future<ListTranscriptionJobsResult> | listTranscriptionJobsAsync(ListTranscriptionJobsRequest listTranscriptionJobsRequest,
                          AsyncHandler<ListTranscriptionJobsRequest,ListTranscriptionJobsResult> asyncHandler)
 Lists transcription jobs with the specified status. | 
| Future<ListVocabulariesResult> | listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest)
 Returns a list of vocabularies that match the specified criteria. | 
| Future<ListVocabulariesResult> | listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest,
                     AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler)
 Returns a list of vocabularies that match the specified criteria. | 
| Future<ListVocabularyFiltersResult> | listVocabularyFiltersAsync(ListVocabularyFiltersRequest listVocabularyFiltersRequest)
 Gets information about vocabulary filters. | 
| Future<ListVocabularyFiltersResult> | listVocabularyFiltersAsync(ListVocabularyFiltersRequest listVocabularyFiltersRequest,
                          AsyncHandler<ListVocabularyFiltersRequest,ListVocabularyFiltersResult> asyncHandler)
 Gets information about vocabulary filters. | 
| void | shutdown()Shuts down the client, releasing all managed resources. | 
| Future<StartTranscriptionJobResult> | startTranscriptionJobAsync(StartTranscriptionJobRequest startTranscriptionJobRequest)
 Starts an asynchronous job to transcribe speech to text. | 
| Future<StartTranscriptionJobResult> | startTranscriptionJobAsync(StartTranscriptionJobRequest startTranscriptionJobRequest,
                          AsyncHandler<StartTranscriptionJobRequest,StartTranscriptionJobResult> asyncHandler)
 Starts an asynchronous job to transcribe speech to text. | 
| Future<UpdateVocabularyResult> | updateVocabularyAsync(UpdateVocabularyRequest updateVocabularyRequest)
 Updates an existing vocabulary with new values. | 
| Future<UpdateVocabularyResult> | updateVocabularyAsync(UpdateVocabularyRequest updateVocabularyRequest,
                     AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler)
 Updates an existing vocabulary with new values. | 
| Future<UpdateVocabularyFilterResult> | updateVocabularyFilterAsync(UpdateVocabularyFilterRequest updateVocabularyFilterRequest)
 Updates a vocabulary filter with a new list of filtered words. | 
| Future<UpdateVocabularyFilterResult> | updateVocabularyFilterAsync(UpdateVocabularyFilterRequest updateVocabularyFilterRequest,
                           AsyncHandler<UpdateVocabularyFilterRequest,UpdateVocabularyFilterResult> asyncHandler)
 Updates a vocabulary filter with a new list of filtered words. | 
createVocabulary, createVocabularyFilter, deleteTranscriptionJob, deleteVocabulary, deleteVocabularyFilter, getCachedResponseMetadata, getTranscriptionJob, getVocabulary, getVocabularyFilter, listTranscriptionJobs, listVocabularies, listVocabularyFilters, startTranscriptionJob, updateVocabulary, updateVocabularyFilteraddRequestHandler, addRequestHandler, configSigner, configSigner, createExecutionContext, createExecutionContext, createExecutionContext, endClientExecution, endClientExecution, findRequestMetricCollector, getEndpoint, getEndpointPrefix, getRegions, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerRegionOverride, getTimeOffset, isProfilingEnabled, isRequestMetricsEnabled, removeRequestHandler, removeRequestHandler, requestMetricCollector, setConfiguration, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateVocabulary, createVocabularyFilter, deleteTranscriptionJob, deleteVocabulary, deleteVocabularyFilter, getCachedResponseMetadata, getTranscriptionJob, getVocabulary, getVocabularyFilter, listTranscriptionJobs, listVocabularies, listVocabularyFilters, setEndpoint, setRegion, startTranscriptionJob, 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, 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, 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, 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, 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 ExecutorService getExecutorService()
public void shutdown()
shutdown in interface AmazonTranscribeshutdown in class AmazonWebServiceClientpublic 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 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 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 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 Future<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 Future<Void> deleteTranscriptionJobAsync(DeleteTranscriptionJobRequest deleteTranscriptionJobRequest, AsyncHandler<DeleteTranscriptionJobRequest,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 Future<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 Future<Void> deleteVocabularyAsync(DeleteVocabularyRequest deleteVocabularyRequest, AsyncHandler<DeleteVocabularyRequest,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 Future<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 Future<Void> deleteVocabularyFilterAsync(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest, AsyncHandler<DeleteVocabularyFilterRequest,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 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
 TranscriptionFileUri field.
 
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 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
 TranscriptionFileUri field.
 
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 © 2020. All rights reserved.