| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate |
Provides translation between one source language and another of the same set of languages.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteTerminologyResponse |
TranslateClient.deleteTerminology(Consumer<DeleteTerminologyRequest.Builder> deleteTerminologyRequest)
A synchronous action that deletes a custom terminology.
|
default DeleteTerminologyResponse |
TranslateClient.deleteTerminology(DeleteTerminologyRequest deleteTerminologyRequest)
A synchronous action that deletes a custom terminology.
|
default DescribeTextTranslationJobResponse |
TranslateClient.describeTextTranslationJob(Consumer<DescribeTextTranslationJobRequest.Builder> describeTextTranslationJobRequest)
Gets the properties associated with an asycnhronous batch translation job including name, ID, status, source and
target languages, input/output S3 buckets, and so on.
|
default DescribeTextTranslationJobResponse |
TranslateClient.describeTextTranslationJob(DescribeTextTranslationJobRequest describeTextTranslationJobRequest)
Gets the properties associated with an asycnhronous batch translation job including name, ID, status, source and
target languages, input/output S3 buckets, and so on.
|
default GetTerminologyResponse |
TranslateClient.getTerminology(Consumer<GetTerminologyRequest.Builder> getTerminologyRequest)
Retrieves a custom terminology.
|
default GetTerminologyResponse |
TranslateClient.getTerminology(GetTerminologyRequest getTerminologyRequest)
Retrieves a custom terminology.
|
default ImportTerminologyResponse |
TranslateClient.importTerminology(Consumer<ImportTerminologyRequest.Builder> importTerminologyRequest)
Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology
name.
|
default ImportTerminologyResponse |
TranslateClient.importTerminology(ImportTerminologyRequest importTerminologyRequest)
Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology
name.
|
default ListTerminologiesResponse |
TranslateClient.listTerminologies()
Provides a list of custom terminologies associated with your account.
|
default ListTerminologiesResponse |
TranslateClient.listTerminologies(Consumer<ListTerminologiesRequest.Builder> listTerminologiesRequest)
Provides a list of custom terminologies associated with your account.
|
default ListTerminologiesResponse |
TranslateClient.listTerminologies(ListTerminologiesRequest listTerminologiesRequest)
Provides a list of custom terminologies associated with your account.
|
default ListTerminologiesIterable |
TranslateClient.listTerminologiesPaginator()
Provides a list of custom terminologies associated with your account.
|
default ListTerminologiesIterable |
TranslateClient.listTerminologiesPaginator(Consumer<ListTerminologiesRequest.Builder> listTerminologiesRequest)
Provides a list of custom terminologies associated with your account.
|
default ListTerminologiesIterable |
TranslateClient.listTerminologiesPaginator(ListTerminologiesRequest listTerminologiesRequest)
Provides a list of custom terminologies associated with your account.
|
default ListTextTranslationJobsResponse |
TranslateClient.listTextTranslationJobs(Consumer<ListTextTranslationJobsRequest.Builder> listTextTranslationJobsRequest)
Gets a list of the batch translation jobs that you have submitted.
|
default ListTextTranslationJobsResponse |
TranslateClient.listTextTranslationJobs(ListTextTranslationJobsRequest listTextTranslationJobsRequest)
Gets a list of the batch translation jobs that you have submitted.
|
default ListTextTranslationJobsIterable |
TranslateClient.listTextTranslationJobsPaginator(Consumer<ListTextTranslationJobsRequest.Builder> listTextTranslationJobsRequest)
Gets a list of the batch translation jobs that you have submitted.
|
default ListTextTranslationJobsIterable |
TranslateClient.listTextTranslationJobsPaginator(ListTextTranslationJobsRequest listTextTranslationJobsRequest)
Gets a list of the batch translation jobs that you have submitted.
|
default StartTextTranslationJobResponse |
TranslateClient.startTextTranslationJob(Consumer<StartTextTranslationJobRequest.Builder> startTextTranslationJobRequest)
Starts an asynchronous batch translation job.
|
default StartTextTranslationJobResponse |
TranslateClient.startTextTranslationJob(StartTextTranslationJobRequest startTextTranslationJobRequest)
Starts an asynchronous batch translation job.
|
default StopTextTranslationJobResponse |
TranslateClient.stopTextTranslationJob(Consumer<StopTextTranslationJobRequest.Builder> stopTextTranslationJobRequest)
Stops an asynchronous batch translation job that is in progress.
|
default StopTextTranslationJobResponse |
TranslateClient.stopTextTranslationJob(StopTextTranslationJobRequest stopTextTranslationJobRequest)
Stops an asynchronous batch translation job that is in progress.
|
default TranslateTextResponse |
TranslateClient.translateText(Consumer<TranslateTextRequest.Builder> translateTextRequest)
Translates input text from the source language to the target language.
|
default TranslateTextResponse |
TranslateClient.translateText(TranslateTextRequest translateTextRequest)
Translates input text from the source language to the target language.
|
Copyright © 2020. All rights reserved.