@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<CreateLanguageModelResponse> |
createLanguageModel(Consumer<CreateLanguageModelRequest.Builder> createLanguageModelRequest)
Creates a new custom language model.
|
default CompletableFuture<CreateLanguageModelResponse> |
createLanguageModel(CreateLanguageModelRequest createLanguageModelRequest)
Creates a new custom language model.
|
default CompletableFuture<CreateMedicalVocabularyResponse> |
createMedicalVocabulary(Consumer<CreateMedicalVocabularyRequest.Builder> createMedicalVocabularyRequest)
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio
file.
|
default CompletableFuture<CreateMedicalVocabularyResponse> |
createMedicalVocabulary(CreateMedicalVocabularyRequest createMedicalVocabularyRequest)
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio
file.
|
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<CreateVocabularyFilterResponse> |
createVocabularyFilter(Consumer<CreateVocabularyFilterRequest.Builder> createVocabularyFilterRequest)
Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a
transcription job.
|
default CompletableFuture<CreateVocabularyFilterResponse> |
createVocabularyFilter(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.
|
default CompletableFuture<DeleteLanguageModelResponse> |
deleteLanguageModel(Consumer<DeleteLanguageModelRequest.Builder> deleteLanguageModelRequest)
Deletes a custom language model using its name.
|
default CompletableFuture<DeleteLanguageModelResponse> |
deleteLanguageModel(DeleteLanguageModelRequest deleteLanguageModelRequest)
Deletes a custom language model using its name.
|
default CompletableFuture<DeleteMedicalTranscriptionJobResponse> |
deleteMedicalTranscriptionJob(Consumer<DeleteMedicalTranscriptionJobRequest.Builder> deleteMedicalTranscriptionJobRequest)
Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
|
default CompletableFuture<DeleteMedicalTranscriptionJobResponse> |
deleteMedicalTranscriptionJob(DeleteMedicalTranscriptionJobRequest deleteMedicalTranscriptionJobRequest)
Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
|
default CompletableFuture<DeleteMedicalVocabularyResponse> |
deleteMedicalVocabulary(Consumer<DeleteMedicalVocabularyRequest.Builder> deleteMedicalVocabularyRequest)
Deletes a vocabulary from Amazon Transcribe Medical.
|
default CompletableFuture<DeleteMedicalVocabularyResponse> |
deleteMedicalVocabulary(DeleteMedicalVocabularyRequest deleteMedicalVocabularyRequest)
Deletes a vocabulary from Amazon Transcribe Medical.
|
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<DeleteVocabularyFilterResponse> |
deleteVocabularyFilter(Consumer<DeleteVocabularyFilterRequest.Builder> deleteVocabularyFilterRequest)
Removes a vocabulary filter.
|
default CompletableFuture<DeleteVocabularyFilterResponse> |
deleteVocabularyFilter(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest)
Removes a vocabulary filter.
|
default CompletableFuture<DescribeLanguageModelResponse> |
describeLanguageModel(Consumer<DescribeLanguageModelRequest.Builder> describeLanguageModelRequest)
Gets information about a single custom language model.
|
default CompletableFuture<DescribeLanguageModelResponse> |
describeLanguageModel(DescribeLanguageModelRequest describeLanguageModelRequest)
Gets information about a single custom language model.
|
default CompletableFuture<GetMedicalTranscriptionJobResponse> |
getMedicalTranscriptionJob(Consumer<GetMedicalTranscriptionJobRequest.Builder> getMedicalTranscriptionJobRequest)
Returns information about a transcription job from Amazon Transcribe Medical.
|
default CompletableFuture<GetMedicalTranscriptionJobResponse> |
getMedicalTranscriptionJob(GetMedicalTranscriptionJobRequest getMedicalTranscriptionJobRequest)
Returns information about a transcription job from Amazon Transcribe Medical.
|
default CompletableFuture<GetMedicalVocabularyResponse> |
getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)
Retrieves information about a medical vocabulary.
|
default CompletableFuture<GetMedicalVocabularyResponse> |
getMedicalVocabulary(GetMedicalVocabularyRequest getMedicalVocabularyRequest)
Retrieves information about a medical vocabulary.
|
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<GetVocabularyFilterResponse> |
getVocabularyFilter(Consumer<GetVocabularyFilterRequest.Builder> getVocabularyFilterRequest)
Returns information about a vocabulary filter.
|
default CompletableFuture<GetVocabularyFilterResponse> |
getVocabularyFilter(GetVocabularyFilterRequest getVocabularyFilterRequest)
Returns information about a vocabulary filter.
|
default CompletableFuture<ListLanguageModelsResponse> |
listLanguageModels(Consumer<ListLanguageModelsRequest.Builder> listLanguageModelsRequest)
Provides more information about the custom language models you've created.
|
default CompletableFuture<ListLanguageModelsResponse> |
listLanguageModels(ListLanguageModelsRequest listLanguageModelsRequest)
Provides more information about the custom language models you've created.
|
default ListLanguageModelsPublisher |
listLanguageModelsPaginator(Consumer<ListLanguageModelsRequest.Builder> listLanguageModelsRequest)
Provides more information about the custom language models you've created.
|
default ListLanguageModelsPublisher |
listLanguageModelsPaginator(ListLanguageModelsRequest listLanguageModelsRequest)
Provides more information about the custom language models you've created.
|
default CompletableFuture<ListMedicalTranscriptionJobsResponse> |
listMedicalTranscriptionJobs(Consumer<ListMedicalTranscriptionJobsRequest.Builder> listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
|
default CompletableFuture<ListMedicalTranscriptionJobsResponse> |
listMedicalTranscriptionJobs(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
|
default ListMedicalTranscriptionJobsPublisher |
listMedicalTranscriptionJobsPaginator(Consumer<ListMedicalTranscriptionJobsRequest.Builder> listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
|
default ListMedicalTranscriptionJobsPublisher |
listMedicalTranscriptionJobsPaginator(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
|
default CompletableFuture<ListMedicalVocabulariesResponse> |
listMedicalVocabularies(Consumer<ListMedicalVocabulariesRequest.Builder> listMedicalVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
default CompletableFuture<ListMedicalVocabulariesResponse> |
listMedicalVocabularies(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
default ListMedicalVocabulariesPublisher |
listMedicalVocabulariesPaginator(Consumer<ListMedicalVocabulariesRequest.Builder> listMedicalVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
default ListMedicalVocabulariesPublisher |
listMedicalVocabulariesPaginator(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria.
|
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<ListVocabularyFiltersResponse> |
listVocabularyFilters(Consumer<ListVocabularyFiltersRequest.Builder> listVocabularyFiltersRequest)
Gets information about vocabulary filters.
|
default CompletableFuture<ListVocabularyFiltersResponse> |
listVocabularyFilters(ListVocabularyFiltersRequest listVocabularyFiltersRequest)
Gets information about vocabulary filters.
|
default ListVocabularyFiltersPublisher |
listVocabularyFiltersPaginator(Consumer<ListVocabularyFiltersRequest.Builder> listVocabularyFiltersRequest)
Gets information about vocabulary filters.
|
default ListVocabularyFiltersPublisher |
listVocabularyFiltersPaginator(ListVocabularyFiltersRequest listVocabularyFiltersRequest)
Gets information about vocabulary filters.
|
default CompletableFuture<StartMedicalTranscriptionJobResponse> |
startMedicalTranscriptionJob(Consumer<StartMedicalTranscriptionJobRequest.Builder> startMedicalTranscriptionJobRequest)
Starts a batch job to transcribe medical speech to text.
|
default CompletableFuture<StartMedicalTranscriptionJobResponse> |
startMedicalTranscriptionJob(StartMedicalTranscriptionJobRequest startMedicalTranscriptionJobRequest)
Starts a batch job to transcribe medical speech to text.
|
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<UpdateMedicalVocabularyResponse> |
updateMedicalVocabulary(Consumer<UpdateMedicalVocabularyRequest.Builder> updateMedicalVocabularyRequest)
Updates a vocabulary with new values that you provide in a different text file from the one you used to create
the vocabulary.
|
default CompletableFuture<UpdateMedicalVocabularyResponse> |
updateMedicalVocabulary(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest)
Updates a vocabulary with new values that you provide in a different text file from the one you used to create
the vocabulary.
|
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.
|
default CompletableFuture<UpdateVocabularyFilterResponse> |
updateVocabularyFilter(Consumer<UpdateVocabularyFilterRequest.Builder> updateVocabularyFilterRequest)
Updates a vocabulary filter with a new list of filtered words.
|
default CompletableFuture<UpdateVocabularyFilterResponse> |
updateVocabularyFilter(UpdateVocabularyFilterRequest updateVocabularyFilterRequest)
Updates a vocabulary filter with a new list of filtered words.
|
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<CreateLanguageModelResponse> createLanguageModel(CreateLanguageModelRequest createLanguageModelRequest)
Creates a new custom language model. Use Amazon S3 prefixes to provide the location of your input files. The time it takes to create your model depends on the size of your training data.
createLanguageModelRequest
- Message
field for more information.default CompletableFuture<CreateLanguageModelResponse> createLanguageModel(Consumer<CreateLanguageModelRequest.Builder> createLanguageModelRequest)
Creates a new custom language model. Use Amazon S3 prefixes to provide the location of your input files. The time it takes to create your model depends on the size of your training data.
This is a convenience which creates an instance of the CreateLanguageModelRequest.Builder
avoiding the
need to create one manually via CreateLanguageModelRequest.builder()
createLanguageModelRequest
- A Consumer
that will call methods on CreateLanguageModelRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<CreateMedicalVocabularyResponse> createMedicalVocabulary(CreateMedicalVocabularyRequest createMedicalVocabularyRequest)
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file.
createMedicalVocabularyRequest
- Message
field for more information.default CompletableFuture<CreateMedicalVocabularyResponse> createMedicalVocabulary(Consumer<CreateMedicalVocabularyRequest.Builder> createMedicalVocabularyRequest)
Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file.
This is a convenience which creates an instance of the CreateMedicalVocabularyRequest.Builder
avoiding
the need to create one manually via CreateMedicalVocabularyRequest.builder()
createMedicalVocabularyRequest
- A Consumer
that will call methods on CreateMedicalVocabularyRequest.Builder
to create a
request.Message
field for more information.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.
createVocabularyRequest
- Message
field for more information.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.
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.default CompletableFuture<CreateVocabularyFilterResponse> createVocabularyFilter(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.
createVocabularyFilterRequest
- Message
field for more information.default CompletableFuture<CreateVocabularyFilterResponse> createVocabularyFilter(Consumer<CreateVocabularyFilterRequest.Builder> createVocabularyFilterRequest)
Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.
This is a convenience which creates an instance of the CreateVocabularyFilterRequest.Builder
avoiding the
need to create one manually via CreateVocabularyFilterRequest.builder()
createVocabularyFilterRequest
- A Consumer
that will call methods on CreateVocabularyFilterRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<DeleteLanguageModelResponse> deleteLanguageModel(DeleteLanguageModelRequest deleteLanguageModelRequest)
Deletes a custom language model using its name.
deleteLanguageModelRequest
- Message
field for more information.default CompletableFuture<DeleteLanguageModelResponse> deleteLanguageModel(Consumer<DeleteLanguageModelRequest.Builder> deleteLanguageModelRequest)
Deletes a custom language model using its name.
This is a convenience which creates an instance of the DeleteLanguageModelRequest.Builder
avoiding the
need to create one manually via DeleteLanguageModelRequest.builder()
deleteLanguageModelRequest
- A Consumer
that will call methods on DeleteLanguageModelRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<DeleteMedicalTranscriptionJobResponse> deleteMedicalTranscriptionJob(DeleteMedicalTranscriptionJobRequest deleteMedicalTranscriptionJobRequest)
Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
deleteMedicalTranscriptionJobRequest
- Message
field for more information.default CompletableFuture<DeleteMedicalTranscriptionJobResponse> deleteMedicalTranscriptionJob(Consumer<DeleteMedicalTranscriptionJobRequest.Builder> deleteMedicalTranscriptionJobRequest)
Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
This is a convenience which creates an instance of the DeleteMedicalTranscriptionJobRequest.Builder
avoiding the need to create one manually via DeleteMedicalTranscriptionJobRequest.builder()
deleteMedicalTranscriptionJobRequest
- A Consumer
that will call methods on DeleteMedicalTranscriptionJobRequest.Builder
to
create a request.Message
field for more information.default CompletableFuture<DeleteMedicalVocabularyResponse> deleteMedicalVocabulary(DeleteMedicalVocabularyRequest deleteMedicalVocabularyRequest)
Deletes a vocabulary from Amazon Transcribe Medical.
deleteMedicalVocabularyRequest
- Message
field for more information.default CompletableFuture<DeleteMedicalVocabularyResponse> deleteMedicalVocabulary(Consumer<DeleteMedicalVocabularyRequest.Builder> deleteMedicalVocabularyRequest)
Deletes a vocabulary from Amazon Transcribe Medical.
This is a convenience which creates an instance of the DeleteMedicalVocabularyRequest.Builder
avoiding
the need to create one manually via DeleteMedicalVocabularyRequest.builder()
deleteMedicalVocabularyRequest
- A Consumer
that will call methods on DeleteMedicalVocabularyRequest.Builder
to create a
request.Message
field for more information.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<DeleteVocabularyFilterResponse> deleteVocabularyFilter(DeleteVocabularyFilterRequest deleteVocabularyFilterRequest)
Removes a vocabulary filter.
deleteVocabularyFilterRequest
- Message
field for more information.default CompletableFuture<DeleteVocabularyFilterResponse> deleteVocabularyFilter(Consumer<DeleteVocabularyFilterRequest.Builder> deleteVocabularyFilterRequest)
Removes a vocabulary filter.
This is a convenience which creates an instance of the DeleteVocabularyFilterRequest.Builder
avoiding the
need to create one manually via DeleteVocabularyFilterRequest.builder()
deleteVocabularyFilterRequest
- A Consumer
that will call methods on DeleteVocabularyFilterRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<DescribeLanguageModelResponse> describeLanguageModel(DescribeLanguageModelRequest describeLanguageModelRequest)
Gets information about a single custom language model. Use this information to see details about the language model in your AWS account. You can also see whether the base language model used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model. If the language model wasn't created, you can use this operation to understand why Amazon Transcribe couldn't create it.
describeLanguageModelRequest
- Message
field for more information.default CompletableFuture<DescribeLanguageModelResponse> describeLanguageModel(Consumer<DescribeLanguageModelRequest.Builder> describeLanguageModelRequest)
Gets information about a single custom language model. Use this information to see details about the language model in your AWS account. You can also see whether the base language model used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model. If the language model wasn't created, you can use this operation to understand why Amazon Transcribe couldn't create it.
This is a convenience which creates an instance of the DescribeLanguageModelRequest.Builder
avoiding the
need to create one manually via DescribeLanguageModelRequest.builder()
describeLanguageModelRequest
- A Consumer
that will call methods on DescribeLanguageModelRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<GetMedicalTranscriptionJobResponse> getMedicalTranscriptionJob(GetMedicalTranscriptionJobRequest getMedicalTranscriptionJobRequest)
Returns information about a transcription job from Amazon Transcribe Medical. To see the status of the job, check
the TranscriptionJobStatus
field. If the status is COMPLETED
, the job is finished. You
find the results of the completed job in the TranscriptFileUri
field.
getMedicalTranscriptionJobRequest
- Message
field for more information.default CompletableFuture<GetMedicalTranscriptionJobResponse> getMedicalTranscriptionJob(Consumer<GetMedicalTranscriptionJobRequest.Builder> getMedicalTranscriptionJobRequest)
Returns information about a transcription job from Amazon Transcribe Medical. To see the status of the job, check
the TranscriptionJobStatus
field. If the status is COMPLETED
, the job is finished. You
find the results of the completed job in the TranscriptFileUri
field.
This is a convenience which creates an instance of the GetMedicalTranscriptionJobRequest.Builder
avoiding
the need to create one manually via GetMedicalTranscriptionJobRequest.builder()
getMedicalTranscriptionJobRequest
- A Consumer
that will call methods on GetMedicalTranscriptionJobRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<GetMedicalVocabularyResponse> getMedicalVocabulary(GetMedicalVocabularyRequest getMedicalVocabularyRequest)
Retrieves information about a medical vocabulary.
getMedicalVocabularyRequest
- Message
field for more information.default CompletableFuture<GetMedicalVocabularyResponse> getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)
Retrieves information about a medical vocabulary.
This is a convenience which creates an instance of the GetMedicalVocabularyRequest.Builder
avoiding the
need to create one manually via GetMedicalVocabularyRequest.builder()
getMedicalVocabularyRequest
- A Consumer
that will call methods on GetMedicalVocabularyRequest.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 TranscriptFileUri
field. If you enable content
redaction, the redacted transcript appears in RedactedTranscriptFileUri
.
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 TranscriptFileUri
field. If you enable content
redaction, the redacted transcript appears in RedactedTranscriptFileUri
.
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.
getVocabularyRequest
- Message
field for more information.default CompletableFuture<GetVocabularyResponse> getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)
Gets information about a vocabulary.
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<GetVocabularyFilterResponse> getVocabularyFilter(GetVocabularyFilterRequest getVocabularyFilterRequest)
Returns information about a vocabulary filter.
getVocabularyFilterRequest
- Message
field for more information.default CompletableFuture<GetVocabularyFilterResponse> getVocabularyFilter(Consumer<GetVocabularyFilterRequest.Builder> getVocabularyFilterRequest)
Returns information about a vocabulary filter.
This is a convenience which creates an instance of the GetVocabularyFilterRequest.Builder
avoiding the
need to create one manually via GetVocabularyFilterRequest.builder()
getVocabularyFilterRequest
- A Consumer
that will call methods on GetVocabularyFilterRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<ListLanguageModelsResponse> listLanguageModels(ListLanguageModelsRequest listLanguageModelsRequest)
Provides more information about the custom language models you've created. You can use the information in this list to find a specific custom language model. You can then use the operation to get more information about it.
listLanguageModelsRequest
- Message
field for more information.default CompletableFuture<ListLanguageModelsResponse> listLanguageModels(Consumer<ListLanguageModelsRequest.Builder> listLanguageModelsRequest)
Provides more information about the custom language models you've created. You can use the information in this list to find a specific custom language model. You can then use the operation to get more information about it.
This is a convenience which creates an instance of the ListLanguageModelsRequest.Builder
avoiding the
need to create one manually via ListLanguageModelsRequest.builder()
listLanguageModelsRequest
- A Consumer
that will call methods on ListLanguageModelsRequest.Builder
to create a
request.Message
field for more information.default ListLanguageModelsPublisher listLanguageModelsPaginator(ListLanguageModelsRequest listLanguageModelsRequest)
Provides more information about the custom language models you've created. You can use the information in this list to find a specific custom language model. You can then use the operation to get more information about it.
This is a variant of
listLanguageModels(software.amazon.awssdk.services.transcribe.model.ListLanguageModelsRequest)
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.ListLanguageModelsPublisher publisher = client.listLanguageModelsPaginator(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.ListLanguageModelsPublisher publisher = client.listLanguageModelsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListLanguageModelsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListLanguageModelsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLanguageModels(software.amazon.awssdk.services.transcribe.model.ListLanguageModelsRequest)
operation.
listLanguageModelsRequest
- Message
field for more information.default ListLanguageModelsPublisher listLanguageModelsPaginator(Consumer<ListLanguageModelsRequest.Builder> listLanguageModelsRequest)
Provides more information about the custom language models you've created. You can use the information in this list to find a specific custom language model. You can then use the operation to get more information about it.
This is a variant of
listLanguageModels(software.amazon.awssdk.services.transcribe.model.ListLanguageModelsRequest)
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.ListLanguageModelsPublisher publisher = client.listLanguageModelsPaginator(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.ListLanguageModelsPublisher publisher = client.listLanguageModelsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListLanguageModelsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListLanguageModelsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLanguageModels(software.amazon.awssdk.services.transcribe.model.ListLanguageModelsRequest)
operation.
This is a convenience which creates an instance of the ListLanguageModelsRequest.Builder
avoiding the
need to create one manually via ListLanguageModelsRequest.builder()
listLanguageModelsRequest
- A Consumer
that will call methods on ListLanguageModelsRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<ListMedicalTranscriptionJobsResponse> listMedicalTranscriptionJobs(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
listMedicalTranscriptionJobsRequest
- Message
field for more information.default CompletableFuture<ListMedicalTranscriptionJobsResponse> listMedicalTranscriptionJobs(Consumer<ListMedicalTranscriptionJobsRequest.Builder> listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
This is a convenience which creates an instance of the ListMedicalTranscriptionJobsRequest.Builder
avoiding the need to create one manually via ListMedicalTranscriptionJobsRequest.builder()
listMedicalTranscriptionJobsRequest
- A Consumer
that will call methods on ListMedicalTranscriptionJobsRequest.Builder
to create
a request.Message
field for more information.default ListMedicalTranscriptionJobsPublisher listMedicalTranscriptionJobsPaginator(ListMedicalTranscriptionJobsRequest listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
This is a variant of
listMedicalTranscriptionJobs(software.amazon.awssdk.services.transcribe.model.ListMedicalTranscriptionJobsRequest)
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.ListMedicalTranscriptionJobsPublisher publisher = client.listMedicalTranscriptionJobsPaginator(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.ListMedicalTranscriptionJobsPublisher publisher = client.listMedicalTranscriptionJobsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListMedicalTranscriptionJobsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListMedicalTranscriptionJobsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMedicalTranscriptionJobs(software.amazon.awssdk.services.transcribe.model.ListMedicalTranscriptionJobsRequest)
operation.
listMedicalTranscriptionJobsRequest
- Message
field for more information.default ListMedicalTranscriptionJobsPublisher listMedicalTranscriptionJobsPaginator(Consumer<ListMedicalTranscriptionJobsRequest.Builder> listMedicalTranscriptionJobsRequest)
Lists medical transcription jobs with a specified status or substring that matches their names.
This is a variant of
listMedicalTranscriptionJobs(software.amazon.awssdk.services.transcribe.model.ListMedicalTranscriptionJobsRequest)
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.ListMedicalTranscriptionJobsPublisher publisher = client.listMedicalTranscriptionJobsPaginator(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.ListMedicalTranscriptionJobsPublisher publisher = client.listMedicalTranscriptionJobsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListMedicalTranscriptionJobsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListMedicalTranscriptionJobsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMedicalTranscriptionJobs(software.amazon.awssdk.services.transcribe.model.ListMedicalTranscriptionJobsRequest)
operation.
This is a convenience which creates an instance of the ListMedicalTranscriptionJobsRequest.Builder
avoiding the need to create one manually via ListMedicalTranscriptionJobsRequest.builder()
listMedicalTranscriptionJobsRequest
- A Consumer
that will call methods on ListMedicalTranscriptionJobsRequest.Builder
to create
a request.Message
field for more information.default CompletableFuture<ListMedicalVocabulariesResponse> listMedicalVocabularies(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria. If you don't enter a value in any of the request parameters, returns the entire list of vocabularies.
listMedicalVocabulariesRequest
- Message
field for more information.default CompletableFuture<ListMedicalVocabulariesResponse> listMedicalVocabularies(Consumer<ListMedicalVocabulariesRequest.Builder> listMedicalVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria. If you don't enter a value in any of the request parameters, returns the entire list of vocabularies.
This is a convenience which creates an instance of the ListMedicalVocabulariesRequest.Builder
avoiding
the need to create one manually via ListMedicalVocabulariesRequest.builder()
listMedicalVocabulariesRequest
- A Consumer
that will call methods on ListMedicalVocabulariesRequest.Builder
to create a
request.Message
field for more information.default ListMedicalVocabulariesPublisher listMedicalVocabulariesPaginator(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria. If you don't enter a value in any of the request parameters, returns the entire list of vocabularies.
This is a variant of
listMedicalVocabularies(software.amazon.awssdk.services.transcribe.model.ListMedicalVocabulariesRequest)
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.ListMedicalVocabulariesPublisher publisher = client.listMedicalVocabulariesPaginator(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.ListMedicalVocabulariesPublisher publisher = client.listMedicalVocabulariesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListMedicalVocabulariesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListMedicalVocabulariesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMedicalVocabularies(software.amazon.awssdk.services.transcribe.model.ListMedicalVocabulariesRequest)
operation.
listMedicalVocabulariesRequest
- Message
field for more information.default ListMedicalVocabulariesPublisher listMedicalVocabulariesPaginator(Consumer<ListMedicalVocabulariesRequest.Builder> listMedicalVocabulariesRequest)
Returns a list of vocabularies that match the specified criteria. If you don't enter a value in any of the request parameters, returns the entire list of vocabularies.
This is a variant of
listMedicalVocabularies(software.amazon.awssdk.services.transcribe.model.ListMedicalVocabulariesRequest)
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.ListMedicalVocabulariesPublisher publisher = client.listMedicalVocabulariesPaginator(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.ListMedicalVocabulariesPublisher publisher = client.listMedicalVocabulariesPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListMedicalVocabulariesResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListMedicalVocabulariesResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMedicalVocabularies(software.amazon.awssdk.services.transcribe.model.ListMedicalVocabulariesRequest)
operation.
This is a convenience which creates an instance of the ListMedicalVocabulariesRequest.Builder
avoiding
the need to create one manually via ListMedicalVocabulariesRequest.builder()
listMedicalVocabulariesRequest
- A Consumer
that will call methods on ListMedicalVocabulariesRequest.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.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
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<ListVocabularyFiltersResponse> listVocabularyFilters(ListVocabularyFiltersRequest listVocabularyFiltersRequest)
Gets information about vocabulary filters.
listVocabularyFiltersRequest
- Message
field for more information.default CompletableFuture<ListVocabularyFiltersResponse> listVocabularyFilters(Consumer<ListVocabularyFiltersRequest.Builder> listVocabularyFiltersRequest)
Gets information about vocabulary filters.
This is a convenience which creates an instance of the ListVocabularyFiltersRequest.Builder
avoiding the
need to create one manually via ListVocabularyFiltersRequest.builder()
listVocabularyFiltersRequest
- A Consumer
that will call methods on ListVocabularyFiltersRequest.Builder
to create a
request.Message
field for more information.default ListVocabularyFiltersPublisher listVocabularyFiltersPaginator(ListVocabularyFiltersRequest listVocabularyFiltersRequest)
Gets information about vocabulary filters.
This is a variant of
listVocabularyFilters(software.amazon.awssdk.services.transcribe.model.ListVocabularyFiltersRequest)
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.ListVocabularyFiltersPublisher publisher = client.listVocabularyFiltersPaginator(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.ListVocabularyFiltersPublisher publisher = client.listVocabularyFiltersPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListVocabularyFiltersResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListVocabularyFiltersResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVocabularyFilters(software.amazon.awssdk.services.transcribe.model.ListVocabularyFiltersRequest)
operation.
listVocabularyFiltersRequest
- Message
field for more information.default ListVocabularyFiltersPublisher listVocabularyFiltersPaginator(Consumer<ListVocabularyFiltersRequest.Builder> listVocabularyFiltersRequest)
Gets information about vocabulary filters.
This is a variant of
listVocabularyFilters(software.amazon.awssdk.services.transcribe.model.ListVocabularyFiltersRequest)
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.ListVocabularyFiltersPublisher publisher = client.listVocabularyFiltersPaginator(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.ListVocabularyFiltersPublisher publisher = client.listVocabularyFiltersPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.transcribe.model.ListVocabularyFiltersResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.transcribe.model.ListVocabularyFiltersResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listVocabularyFilters(software.amazon.awssdk.services.transcribe.model.ListVocabularyFiltersRequest)
operation.
This is a convenience which creates an instance of the ListVocabularyFiltersRequest.Builder
avoiding the
need to create one manually via ListVocabularyFiltersRequest.builder()
listVocabularyFiltersRequest
- A Consumer
that will call methods on ListVocabularyFiltersRequest.Builder
to create a
request.Message
field for more information.default CompletableFuture<StartMedicalTranscriptionJobResponse> startMedicalTranscriptionJob(StartMedicalTranscriptionJobRequest startMedicalTranscriptionJobRequest)
Starts a batch job to transcribe medical speech to text.
startMedicalTranscriptionJobRequest
- Message
field for more information.default CompletableFuture<StartMedicalTranscriptionJobResponse> startMedicalTranscriptionJob(Consumer<StartMedicalTranscriptionJobRequest.Builder> startMedicalTranscriptionJobRequest)
Starts a batch job to transcribe medical speech to text.
This is a convenience which creates an instance of the StartMedicalTranscriptionJobRequest.Builder
avoiding the need to create one manually via StartMedicalTranscriptionJobRequest.builder()
startMedicalTranscriptionJobRequest
- A Consumer
that will call methods on StartMedicalTranscriptionJobRequest.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.
startTranscriptionJobRequest
- Message
field for more information.default CompletableFuture<StartTranscriptionJobResponse> startTranscriptionJob(Consumer<StartTranscriptionJobRequest.Builder> startTranscriptionJobRequest)
Starts an asynchronous job to transcribe speech to text.
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.default CompletableFuture<UpdateMedicalVocabularyResponse> updateMedicalVocabulary(UpdateMedicalVocabularyRequest updateMedicalVocabularyRequest)
Updates a vocabulary with new values that you provide in a different text file from the one you used to create
the vocabulary. The UpdateMedicalVocabulary
operation overwrites all of the existing information
with the values that you provide in the request.
updateMedicalVocabularyRequest
- Message
field for more information.default CompletableFuture<UpdateMedicalVocabularyResponse> updateMedicalVocabulary(Consumer<UpdateMedicalVocabularyRequest.Builder> updateMedicalVocabularyRequest)
Updates a vocabulary with new values that you provide in a different text file from the one you used to create
the vocabulary. The UpdateMedicalVocabulary
operation overwrites all of the existing information
with the values that you provide in the request.
This is a convenience which creates an instance of the UpdateMedicalVocabularyRequest.Builder
avoiding
the need to create one manually via UpdateMedicalVocabularyRequest.builder()
updateMedicalVocabularyRequest
- A Consumer
that will call methods on UpdateMedicalVocabularyRequest.Builder
to create a
request.Message
field for more information.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.
updateVocabularyRequest
- Message
field for more information.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.
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.default CompletableFuture<UpdateVocabularyFilterResponse> updateVocabularyFilter(UpdateVocabularyFilterRequest updateVocabularyFilterRequest)
Updates a vocabulary filter with a new list of filtered words.
updateVocabularyFilterRequest
- Message
field for more information.default CompletableFuture<UpdateVocabularyFilterResponse> updateVocabularyFilter(Consumer<UpdateVocabularyFilterRequest.Builder> updateVocabularyFilterRequest)
Updates a vocabulary filter with a new list of filtered words.
This is a convenience which creates an instance of the UpdateVocabularyFilterRequest.Builder
avoiding the
need to create one manually via UpdateVocabularyFilterRequest.builder()
updateVocabularyFilterRequest
- A Consumer
that will call methods on UpdateVocabularyFilterRequest.Builder
to create a
request.Message
field for more information.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.