| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate |
Provides translation of the input content from the source language to the target language.
|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateParallelDataResponse |
TranslateClient.createParallelData(Consumer<CreateParallelDataRequest.Builder> createParallelDataRequest)
Creates a parallel data resource in Amazon Translate by importing an input file from Amazon S3.
|
default CreateParallelDataResponse |
TranslateClient.createParallelData(CreateParallelDataRequest createParallelDataRequest)
Creates a parallel data resource in Amazon Translate by importing an input file from Amazon S3.
|
default DeleteParallelDataResponse |
TranslateClient.deleteParallelData(Consumer<DeleteParallelDataRequest.Builder> deleteParallelDataRequest)
Deletes a parallel data resource in Amazon Translate.
|
default DeleteParallelDataResponse |
TranslateClient.deleteParallelData(DeleteParallelDataRequest deleteParallelDataRequest)
Deletes a parallel data resource in Amazon Translate.
|
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 asynchronous 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 asynchronous batch translation job including name, ID, status, source and
target languages, input/output S3 buckets, and so on.
|
default GetParallelDataResponse |
TranslateClient.getParallelData(Consumer<GetParallelDataRequest.Builder> getParallelDataRequest)
Provides information about a parallel data resource.
|
default GetParallelDataResponse |
TranslateClient.getParallelData(GetParallelDataRequest getParallelDataRequest)
Provides information about a parallel data resource.
|
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 one already exists for the given terminology name.
|
default ImportTerminologyResponse |
TranslateClient.importTerminology(ImportTerminologyRequest importTerminologyRequest)
Creates or updates a custom terminology, depending on whether one already exists for the given terminology name.
|
default ListLanguagesResponse |
TranslateClient.listLanguages(Consumer<ListLanguagesRequest.Builder> listLanguagesRequest)
Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports.
|
default ListLanguagesResponse |
TranslateClient.listLanguages(ListLanguagesRequest listLanguagesRequest)
Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports.
|
default ListLanguagesIterable |
TranslateClient.listLanguagesPaginator(Consumer<ListLanguagesRequest.Builder> listLanguagesRequest)
Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports.
|
default ListLanguagesIterable |
TranslateClient.listLanguagesPaginator(ListLanguagesRequest listLanguagesRequest)
Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports.
|
default ListParallelDataResponse |
TranslateClient.listParallelData(Consumer<ListParallelDataRequest.Builder> listParallelDataRequest)
Provides a list of your parallel data resources in Amazon Translate.
|
default ListParallelDataResponse |
TranslateClient.listParallelData(ListParallelDataRequest listParallelDataRequest)
Provides a list of your parallel data resources in Amazon Translate.
|
default ListParallelDataIterable |
TranslateClient.listParallelDataPaginator(Consumer<ListParallelDataRequest.Builder> listParallelDataRequest)
Provides a list of your parallel data resources in Amazon Translate.
|
default ListParallelDataIterable |
TranslateClient.listParallelDataPaginator(ListParallelDataRequest listParallelDataRequest)
Provides a list of your parallel data resources in Amazon Translate.
|
default ListTagsForResourceResponse |
TranslateClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags associated with a given Amazon Translate resource.
|
default ListTagsForResourceResponse |
TranslateClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags associated with a given Amazon Translate resource.
|
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 TagResourceResponse |
TranslateClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates a specific tag with a resource.
|
default TagResourceResponse |
TranslateClient.tagResource(TagResourceRequest tagResourceRequest)
Associates a specific tag with a resource.
|
default TranslateDocumentResponse |
TranslateClient.translateDocument(Consumer<TranslateDocumentRequest.Builder> translateDocumentRequest)
Translates the input document from the source language to the target language.
|
default TranslateDocumentResponse |
TranslateClient.translateDocument(TranslateDocumentRequest translateDocumentRequest)
Translates the input document from the source language to the target language.
|
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.
|
default UntagResourceResponse |
TranslateClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a specific tag associated with an Amazon Translate resource.
|
default UntagResourceResponse |
TranslateClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes a specific tag associated with an Amazon Translate resource.
|
default UpdateParallelDataResponse |
TranslateClient.updateParallelData(Consumer<UpdateParallelDataRequest.Builder> updateParallelDataRequest)
Updates a previously created parallel data resource by importing a new input file from Amazon S3.
|
default UpdateParallelDataResponse |
TranslateClient.updateParallelData(UpdateParallelDataRequest updateParallelDataRequest)
Updates a previously created parallel data resource by importing a new input file from Amazon S3.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentModificationException
Another modification is being made.
|
class |
ConflictException
There was a conflict processing the request.
|
class |
DetectedLanguageLowConfidenceException
The confidence that Amazon Comprehend accurately detected the source language is low.
|
class |
InternalServerException
An internal server error occurred.
|
class |
InvalidFilterException
The filter specified for the operation is not valid.
|
class |
InvalidParameterValueException
The value of the parameter is not valid.
|
class |
InvalidRequestException
The request that you made is not valid.
|
class |
LimitExceededException
The specified limit has been exceeded.
|
class |
ResourceNotFoundException
The resource you are looking for has not been found.
|
class |
ServiceUnavailableException
The Amazon Translate service is temporarily unavailable.
|
class |
TextSizeLimitExceededException
The size of the text you submitted exceeds the size limit.
|
class |
TooManyRequestsException
You have made too many requests within a short period of time.
|
class |
TooManyTagsException
You have added too many tags to this resource.
|
class |
UnsupportedDisplayLanguageCodeException
Requested display language code is not supported.
|
class |
UnsupportedLanguagePairException
Amazon Translate does not support translation from the language of the source text into the requested target
language.
|
| Modifier and Type | Method and Description |
|---|---|
TranslateException |
TranslateException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(TranslateException ex) |
Copyright © 2023. All rights reserved.