public interface AmazonTranscribeAsync extends AmazonTranscribe
Operations and objects for transcribing speech to text.
| 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<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<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<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<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.
|
createVocabulary, deleteTranscriptionJob, deleteVocabulary, getCachedResponseMetadata, getTranscriptionJob, getVocabulary, listTranscriptionJobs, listVocabularies, setEndpoint, setRegion, shutdown, startTranscriptionJob, updateVocabularyFuture<CreateVocabularyResult> createVocabularyAsync(CreateVocabularyRequest createVocabularyRequest) throws AmazonServiceException, AmazonClientException
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
createVocabularyRequest - 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.Future<CreateVocabularyResult> createVocabularyAsync(CreateVocabularyRequest createVocabularyRequest, AsyncHandler<CreateVocabularyRequest,CreateVocabularyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
createVocabularyRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.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.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.
deleteTranscriptionJobRequest - 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.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.
deleteTranscriptionJobRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.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.Future<Void> deleteVocabularyAsync(DeleteVocabularyRequest deleteVocabularyRequest) throws AmazonServiceException, AmazonClientException
Deletes a vocabulary from Amazon Transcribe.
deleteVocabularyRequest - 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.Future<Void> deleteVocabularyAsync(DeleteVocabularyRequest deleteVocabularyRequest, AsyncHandler<DeleteVocabularyRequest,Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a vocabulary from Amazon Transcribe.
deleteVocabularyRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.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.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.
getTranscriptionJobRequest - 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.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.
getTranscriptionJobRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.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.Future<GetVocabularyResult> getVocabularyAsync(GetVocabularyRequest getVocabularyRequest) throws AmazonServiceException, AmazonClientException
Gets information about a vocabulary.
getVocabularyRequest - 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.Future<GetVocabularyResult> getVocabularyAsync(GetVocabularyRequest getVocabularyRequest, AsyncHandler<GetVocabularyRequest,GetVocabularyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Gets information about a vocabulary.
getVocabularyRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.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.Future<ListTranscriptionJobsResult> listTranscriptionJobsAsync(ListTranscriptionJobsRequest listTranscriptionJobsRequest) throws AmazonServiceException, AmazonClientException
Lists transcription jobs with the specified status.
listTranscriptionJobsRequest - 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.Future<ListTranscriptionJobsResult> listTranscriptionJobsAsync(ListTranscriptionJobsRequest listTranscriptionJobsRequest, AsyncHandler<ListTranscriptionJobsRequest,ListTranscriptionJobsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Lists transcription jobs with the specified status.
listTranscriptionJobsRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.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.Future<ListVocabulariesResult> listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest) throws AmazonServiceException, AmazonClientException
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
listVocabulariesRequest - 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.Future<ListVocabulariesResult> listVocabulariesAsync(ListVocabulariesRequest listVocabulariesRequest, AsyncHandler<ListVocabulariesRequest,ListVocabulariesResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
listVocabulariesRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.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.Future<StartTranscriptionJobResult> startTranscriptionJobAsync(StartTranscriptionJobRequest startTranscriptionJobRequest) throws AmazonServiceException, AmazonClientException
Starts an asynchronous job to transcribe speech to text.
startTranscriptionJobRequest - 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.Future<StartTranscriptionJobResult> startTranscriptionJobAsync(StartTranscriptionJobRequest startTranscriptionJobRequest, AsyncHandler<StartTranscriptionJobRequest,StartTranscriptionJobResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Starts an asynchronous job to transcribe speech to text.
startTranscriptionJobRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.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.Future<UpdateVocabularyResult> updateVocabularyAsync(UpdateVocabularyRequest updateVocabularyRequest) throws AmazonServiceException, AmazonClientException
Updates an existing vocabulary with new values. The
UpdateVocabulary operation overwrites all of the existing
information with the values that you provide in the request.
updateVocabularyRequest - 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.Future<UpdateVocabularyResult> updateVocabularyAsync(UpdateVocabularyRequest updateVocabularyRequest, AsyncHandler<UpdateVocabularyRequest,UpdateVocabularyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Updates an existing vocabulary with new values. The
UpdateVocabulary operation overwrites all of the existing
information with the values that you provide in the request.
updateVocabularyRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.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.Copyright © 2019. All rights reserved.