@Generated(value="software.amazon.awssdk:codegen") public interface TranscribeAsyncClient extends SdkClient
builder()
method.
Operations and objects for transcribing speech to text.
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static TranscribeAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
TranscribeAsyncClient . |
static TranscribeAsyncClient |
create()
Create a
TranscribeAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CompletableFuture<CreateVocabularyResponse> |
createVocabulary(Consumer<CreateVocabularyRequest.Builder> createVocabularyRequest)
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an
audio file.
|
default CompletableFuture<CreateVocabularyResponse> |
createVocabulary(CreateVocabularyRequest createVocabularyRequest)
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an
audio file.
|
default CompletableFuture<DeleteTranscriptionJobResponse> |
deleteTranscriptionJob(Consumer<DeleteTranscriptionJobRequest.Builder> deleteTranscriptionJobRequest)
Deletes a previously submitted transcription job along with any other generated results such as the
transcription, models, and so on.
|
default CompletableFuture<DeleteTranscriptionJobResponse> |
deleteTranscriptionJob(DeleteTranscriptionJobRequest deleteTranscriptionJobRequest)
Deletes a previously submitted transcription job along with any other generated results such as the
transcription, models, and so on.
|
default CompletableFuture<DeleteVocabularyResponse> |
deleteVocabulary(Consumer<DeleteVocabularyRequest.Builder> deleteVocabularyRequest)
Deletes a vocabulary from Amazon Transcribe.
|
default CompletableFuture<DeleteVocabularyResponse> |
deleteVocabulary(DeleteVocabularyRequest deleteVocabularyRequest)
Deletes a vocabulary from Amazon Transcribe.
|
default CompletableFuture<GetTranscriptionJobResponse> |
getTranscriptionJob(Consumer<GetTranscriptionJobRequest.Builder> getTranscriptionJobRequest)
Returns information about a transcription job.
|
default CompletableFuture<GetTranscriptionJobResponse> |
getTranscriptionJob(GetTranscriptionJobRequest getTranscriptionJobRequest)
Returns information about a transcription job.
|
default CompletableFuture<GetVocabularyResponse> |
getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)
Gets information about a vocabulary.
|
default CompletableFuture<GetVocabularyResponse> |
getVocabulary(GetVocabularyRequest getVocabularyRequest)
Gets information about a vocabulary.
|
default CompletableFuture<ListTranscriptionJobsResponse> |
listTranscriptionJobs()
Lists transcription jobs with the specified status.
|
default CompletableFuture<ListTranscriptionJobsResponse> |
listTranscriptionJobs(Consumer<ListTranscriptionJobsRequest.Builder> listTranscriptionJobsRequest)
Lists transcription jobs with the specified status.
|
default CompletableFuture<ListTranscriptionJobsResponse> |
listTranscriptionJobs(ListTranscriptionJobsRequest listTranscriptionJobsRequest)
Lists transcription jobs with the specified status.
|
default ListTranscriptionJobsPublisher |
listTranscriptionJobsPaginator()
Lists transcription jobs with the specified status.
|
default ListTranscriptionJobsPublisher |
listTranscriptionJobsPaginator(Consumer<ListTranscriptionJobsRequest.Builder> listTranscriptionJobsRequest)
Lists transcription jobs with the specified status.
|
default ListTranscriptionJobsPublisher |
listTranscriptionJobsPaginator(ListTranscriptionJobsRequest listTranscriptionJobsRequest)
Lists transcription jobs with the specified status.
|
default CompletableFuture<ListVocabulariesResponse> |
listVocabularies()
Returns a list of vocabularies that match the specified criteria.
|
default CompletableFuture<ListVocabulariesResponse> |
listVocabularies(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
default CompletableFuture<ListVocabulariesResponse> |
listVocabularies(ListVocabulariesRequest listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
default ListVocabulariesPublisher |
listVocabulariesPaginator()
Returns a list of vocabularies that match the specified criteria.
|
default ListVocabulariesPublisher |
listVocabulariesPaginator(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
default ListVocabulariesPublisher |
listVocabulariesPaginator(ListVocabulariesRequest listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
default CompletableFuture<StartTranscriptionJobResponse> |
startTranscriptionJob(Consumer<StartTranscriptionJobRequest.Builder> startTranscriptionJobRequest)
Starts an asynchronous job to transcribe speech to text.
|
default CompletableFuture<StartTranscriptionJobResponse> |
startTranscriptionJob(StartTranscriptionJobRequest startTranscriptionJobRequest)
Starts an asynchronous job to transcribe speech to text.
|
default CompletableFuture<UpdateVocabularyResponse> |
updateVocabulary(Consumer<UpdateVocabularyRequest.Builder> updateVocabularyRequest)
Updates an existing vocabulary with new values.
|
default CompletableFuture<UpdateVocabularyResponse> |
updateVocabulary(UpdateVocabularyRequest updateVocabularyRequest)
Updates an existing vocabulary with new values.
|
serviceName
close
static final String SERVICE_NAME
static TranscribeAsyncClient create()
TranscribeAsyncClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static TranscribeAsyncClientBuilder builder()
TranscribeAsyncClient
.default CompletableFuture<CreateVocabularyResponse> createVocabulary(CreateVocabularyRequest createVocabularyRequest)
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file. Note that vocabularies for en-AU, en-UK, and fr-CA languages that are in preview are not available. In the console, the vocabulary section will be greyed-out and SDK will return error message.
createVocabularyRequest
- Message
field for more information.StartTranscriptionJob
operation, the
JobName
field is a duplicate of a previously entered job name. Resend your request with a
different name.
When you are using the UpdateVocabulary
operation, there are two jobs running at the same
time. Resend the second request later.
default CompletableFuture<CreateVocabularyResponse> createVocabulary(Consumer<CreateVocabularyRequest.Builder> createVocabularyRequest)
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file. Note that vocabularies for en-AU, en-UK, and fr-CA languages that are in preview are not available. In the console, the vocabulary section will be greyed-out and SDK will return error message.
This is a convenience which creates an instance of the CreateVocabularyRequest.Builder
avoiding the need
to create one manually via CreateVocabularyRequest.builder()
createVocabularyRequest
- A Consumer
that will call methods on CreateVocabularyRequest.Builder
to create a request.Message
field for more information.StartTranscriptionJob
operation, the
JobName
field is a duplicate of a previously entered job name. Resend your request with a
different name.
When you are using the UpdateVocabulary
operation, there are two jobs running at the same
time. Resend the second request later.
default CompletableFuture<DeleteTranscriptionJobResponse> deleteTranscriptionJob(DeleteTranscriptionJobRequest deleteTranscriptionJobRequest)
Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
deleteTranscriptionJobRequest
- Message
field for more information.default CompletableFuture<DeleteTranscriptionJobResponse> deleteTranscriptionJob(Consumer<DeleteTranscriptionJobRequest.Builder> deleteTranscriptionJobRequest)
Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
This is a convenience which creates an instance of the DeleteTranscriptionJobRequest.Builder
avoiding the
need to create one manually via DeleteTranscriptionJobRequest.builder()
deleteTranscriptionJobRequest
- A Consumer
that will call methods on DeleteTranscriptionJobRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<DeleteVocabularyResponse> deleteVocabulary(DeleteVocabularyRequest deleteVocabularyRequest)
Deletes a vocabulary from Amazon Transcribe.
deleteVocabularyRequest
- Message
field for more information.default CompletableFuture<DeleteVocabularyResponse> deleteVocabulary(Consumer<DeleteVocabularyRequest.Builder> deleteVocabularyRequest)
Deletes a vocabulary from Amazon Transcribe.
This is a convenience which creates an instance of the DeleteVocabularyRequest.Builder
avoiding the need
to create one manually via DeleteVocabularyRequest.builder()
deleteVocabularyRequest
- A Consumer
that will call methods on DeleteVocabularyRequest.Builder
to create a request.Message
field for more information.default CompletableFuture<GetTranscriptionJobResponse> getTranscriptionJob(GetTranscriptionJobRequest getTranscriptionJobRequest)
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
- Message
field for more information.default CompletableFuture<GetTranscriptionJobResponse> getTranscriptionJob(Consumer<GetTranscriptionJobRequest.Builder> getTranscriptionJobRequest)
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.
This is a convenience which creates an instance of the GetTranscriptionJobRequest.Builder
avoiding the
need to create one manually via GetTranscriptionJobRequest.builder()
getTranscriptionJobRequest
- A Consumer
that will call methods on GetTranscriptionJobRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<GetVocabularyResponse> getVocabulary(GetVocabularyRequest getVocabularyRequest)
Gets information about a vocabulary. Note that vocabularies for en-AU, en-UK, and fr-CA languages that are in preview are not available. In the console, the vocabulary section will be greyed-out and SDK will return error message.
getVocabularyRequest
- Message
field for more information.default CompletableFuture<GetVocabularyResponse> getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)
Gets information about a vocabulary. Note that vocabularies for en-AU, en-UK, and fr-CA languages that are in preview are not available. In the console, the vocabulary section will be greyed-out and SDK will return error message.
This is a convenience which creates an instance of the GetVocabularyRequest.Builder
avoiding the need to
create one manually via GetVocabularyRequest.builder()
getVocabularyRequest
- A Consumer
that will call methods on GetVocabularyRequest.Builder
to create a request.Message
field for more information.default CompletableFuture<ListTranscriptionJobsResponse> listTranscriptionJobs(ListTranscriptionJobsRequest listTranscriptionJobsRequest)
Lists transcription jobs with the specified status.
listTranscriptionJobsRequest
- Message
field for more information.default CompletableFuture<ListTranscriptionJobsResponse> listTranscriptionJobs(Consumer<ListTranscriptionJobsRequest.Builder> listTranscriptionJobsRequest)
Lists transcription jobs with the specified status.
This is a convenience which creates an instance of the ListTranscriptionJobsRequest.Builder
avoiding the
need to create one manually via ListTranscriptionJobsRequest.builder()
listTranscriptionJobsRequest
- A Consumer
that will call methods on ListTranscriptionJobsRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<ListTranscriptionJobsResponse> listTranscriptionJobs()
Lists transcription jobs with the specified status.
Message
field for more information.default ListTranscriptionJobsPublisher listTranscriptionJobsPaginator()
Lists transcription jobs with the specified status.
This is a variant of
listTranscriptionJobs(software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.transcribe.paginators.ListTranscriptionJobsPublisher publisher = client.listTranscriptionJobsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.transcribe.paginators.ListTranscriptionJobsPublisher publisher = client.listTranscriptionJobsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listTranscriptionJobs(software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsRequest)
operation.
Message
field for more information.default ListTranscriptionJobsPublisher listTranscriptionJobsPaginator(ListTranscriptionJobsRequest listTranscriptionJobsRequest)
Lists transcription jobs with the specified status.
This is a variant of
listTranscriptionJobs(software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.transcribe.paginators.ListTranscriptionJobsPublisher publisher = client.listTranscriptionJobsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.transcribe.paginators.ListTranscriptionJobsPublisher publisher = client.listTranscriptionJobsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listTranscriptionJobs(software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsRequest)
operation.
listTranscriptionJobsRequest
- Message
field for more information.default ListTranscriptionJobsPublisher listTranscriptionJobsPaginator(Consumer<ListTranscriptionJobsRequest.Builder> listTranscriptionJobsRequest)
Lists transcription jobs with the specified status.
This is a variant of
listTranscriptionJobs(software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.transcribe.paginators.ListTranscriptionJobsPublisher publisher = client.listTranscriptionJobsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.transcribe.paginators.ListTranscriptionJobsPublisher publisher = client.listTranscriptionJobsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listTranscriptionJobs(software.amazon.awssdk.services.transcribe.model.ListTranscriptionJobsRequest)
operation.
This is a convenience which creates an instance of the ListTranscriptionJobsRequest.Builder
avoiding the
need to create one manually via ListTranscriptionJobsRequest.builder()
listTranscriptionJobsRequest
- A Consumer
that will call methods on ListTranscriptionJobsRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<ListVocabulariesResponse> listVocabularies(ListVocabulariesRequest listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
listVocabulariesRequest
- Message
field for more information.default CompletableFuture<ListVocabulariesResponse> listVocabularies(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
This is a convenience which creates an instance of the ListVocabulariesRequest.Builder
avoiding the need
to create one manually via ListVocabulariesRequest.builder()
listVocabulariesRequest
- A Consumer
that will call methods on ListVocabulariesRequest.Builder
to create a request.Message
field for more information.default CompletableFuture<ListVocabulariesResponse> listVocabularies()
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
Message
field for more information.default ListVocabulariesPublisher listVocabulariesPaginator()
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
This is a variant of
listVocabularies(software.amazon.awssdk.services.transcribe.model.ListVocabulariesRequest)
operation.
The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.transcribe.paginators.ListVocabulariesPublisher publisher = client.listVocabulariesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.transcribe.paginators.ListVocabulariesPublisher publisher = client.listVocabulariesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListVocabulariesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListVocabulariesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listVocabularies(software.amazon.awssdk.services.transcribe.model.ListVocabulariesRequest)
operation.
Message
field for more information.default ListVocabulariesPublisher listVocabulariesPaginator(ListVocabulariesRequest listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
This is a variant of
listVocabularies(software.amazon.awssdk.services.transcribe.model.ListVocabulariesRequest)
operation.
The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.transcribe.paginators.ListVocabulariesPublisher publisher = client.listVocabulariesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.transcribe.paginators.ListVocabulariesPublisher publisher = client.listVocabulariesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListVocabulariesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListVocabulariesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listVocabularies(software.amazon.awssdk.services.transcribe.model.ListVocabulariesRequest)
operation.
listVocabulariesRequest
- Message
field for more information.default ListVocabulariesPublisher listVocabulariesPaginator(Consumer<ListVocabulariesRequest.Builder> listVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
This is a variant of
listVocabularies(software.amazon.awssdk.services.transcribe.model.ListVocabulariesRequest)
operation.
The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.transcribe.paginators.ListVocabulariesPublisher publisher = client.listVocabulariesPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.transcribe.paginators.ListVocabulariesPublisher publisher = client.listVocabulariesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListVocabulariesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListVocabulariesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
listVocabularies(software.amazon.awssdk.services.transcribe.model.ListVocabulariesRequest)
operation.
This is a convenience which creates an instance of the ListVocabulariesRequest.Builder
avoiding the need
to create one manually via ListVocabulariesRequest.builder()
listVocabulariesRequest
- A Consumer
that will call methods on ListVocabulariesRequest.Builder
to create a request.Message
field for more information.default CompletableFuture<StartTranscriptionJobResponse> startTranscriptionJob(StartTranscriptionJobRequest startTranscriptionJobRequest)
Starts an asynchronous job to transcribe speech to text. Note that en-AU, en-UK, and fr-CA languages are in preview and are only available to whitelisted customers.
startTranscriptionJobRequest
- Message
field for more information.StartTranscriptionJob
operation, the
JobName
field is a duplicate of a previously entered job name. Resend your request with a
different name.
When you are using the UpdateVocabulary
operation, there are two jobs running at the same
time. Resend the second request later.
default CompletableFuture<StartTranscriptionJobResponse> startTranscriptionJob(Consumer<StartTranscriptionJobRequest.Builder> startTranscriptionJobRequest)
Starts an asynchronous job to transcribe speech to text. Note that en-AU, en-UK, and fr-CA languages are in preview and are only available to whitelisted customers.
This is a convenience which creates an instance of the StartTranscriptionJobRequest.Builder
avoiding the
need to create one manually via StartTranscriptionJobRequest.builder()
startTranscriptionJobRequest
- A Consumer
that will call methods on StartTranscriptionJobRequest.Builder
to create a
request.Message
field for more information.StartTranscriptionJob
operation, the
JobName
field is a duplicate of a previously entered job name. Resend your request with a
different name.
When you are using the UpdateVocabulary
operation, there are two jobs running at the same
time. Resend the second request later.
default CompletableFuture<UpdateVocabularyResponse> updateVocabulary(UpdateVocabularyRequest updateVocabularyRequest)
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. Note that vocabularies for en-AU, en-UK,
and fr-CA languages that are in preview are not available. In the console, the vocabulary section will be
greyed-out and SDK will return error message.
updateVocabularyRequest
- Message
field for more information.StartTranscriptionJob
operation, the
JobName
field is a duplicate of a previously entered job name. Resend your request with a
different name.
When you are using the UpdateVocabulary
operation, there are two jobs running at the same
time. Resend the second request later.
default CompletableFuture<UpdateVocabularyResponse> updateVocabulary(Consumer<UpdateVocabularyRequest.Builder> updateVocabularyRequest)
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. Note that vocabularies for en-AU, en-UK,
and fr-CA languages that are in preview are not available. In the console, the vocabulary section will be
greyed-out and SDK will return error message.
This is a convenience which creates an instance of the UpdateVocabularyRequest.Builder
avoiding the need
to create one manually via UpdateVocabularyRequest.builder()
updateVocabularyRequest
- A Consumer
that will call methods on UpdateVocabularyRequest.Builder
to create a request.Message
field for more information.StartTranscriptionJob
operation, the
JobName
field is a duplicate of a previously entered job name. Resend your request with a
different name.
When you are using the UpdateVocabulary
operation, there are two jobs running at the same
time. Resend the second request later.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.