| Package | Description |
|---|---|
| com.amazonaws.services.translate |
Provides translation of the input content from the source language to the target language.
|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartTextTranslationJobResult> |
AbstractAmazonTranslateAsync.startTextTranslationJobAsync(StartTextTranslationJobRequest request,
AsyncHandler<StartTextTranslationJobRequest,StartTextTranslationJobResult> asyncHandler) |
Future<StartTextTranslationJobResult> |
AmazonTranslateAsync.startTextTranslationJobAsync(StartTextTranslationJobRequest startTextTranslationJobRequest,
AsyncHandler<StartTextTranslationJobRequest,StartTextTranslationJobResult> asyncHandler)
Starts an asynchronous batch translation job.
|
Future<StartTextTranslationJobResult> |
AmazonTranslateAsyncClient.startTextTranslationJobAsync(StartTextTranslationJobRequest request,
AsyncHandler<StartTextTranslationJobRequest,StartTextTranslationJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.clone() |
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withClientToken(String clientToken)
A unique identifier for the request.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate
read access to your input data.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input documents for the translation job.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withJobName(String jobName)
The name of the batch translation job to be performed.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies the S3 folder to which your job output will be saved.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withParallelDataNames(Collection<String> parallelDataNames)
The name of a parallel data resource to add to the translation job.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withParallelDataNames(String... parallelDataNames)
The name of a parallel data resource to add to the translation job.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withSettings(TranslationSettings settings)
Settings to configure your translation output, including the option to set the formality level of the output text
and the option to mask profane words and phrases.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withSourceLanguageCode(String sourceLanguageCode)
The language code of the input language.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withTargetLanguageCodes(Collection<String> targetLanguageCodes)
The target languages of the translation job.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withTargetLanguageCodes(String... targetLanguageCodes)
The target languages of the translation job.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withTerminologyNames(Collection<String> terminologyNames)
The name of a custom terminology resource to add to the translation job.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withTerminologyNames(String... terminologyNames)
The name of a custom terminology resource to add to the translation job.
|
Copyright © 2023. All rights reserved.