| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Operations and objects for transcribing speech to text.
|
| com.amazonaws.services.transcribe.model |
Classes modeling the various types represented by AmazonTranscribe
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonTranscribeClient.deleteTranscriptionJob(DeleteTranscriptionJobRequest deleteTranscriptionJobRequest)
Deletes a previously submitted transcription job along with any other
generated results such as the transcription, models, and so on.
|
void |
AmazonTranscribe.deleteTranscriptionJob(DeleteTranscriptionJobRequest deleteTranscriptionJobRequest)
Deletes a previously submitted transcription job along with any other
generated results such as the transcription, models, and so on.
|
Future<Void> |
AmazonTranscribeAsyncClient.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> |
AmazonTranscribeAsync.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> |
AmazonTranscribeAsyncClient.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> |
AmazonTranscribeAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonTranscribeAsyncClient.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> |
AmazonTranscribeAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteTranscriptionJobRequest |
DeleteTranscriptionJobRequest.withTranscriptionJobName(String transcriptionJobName)
The name of the transcription job to be deleted.
|
Copyright © 2019. All rights reserved.