| Package | Description |
|---|---|
| com.amazonaws.services.translate |
Provides translation between one source language and another of the same set of languages.
|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartTextTranslationJobResult> |
AmazonTranslateAsync.startTextTranslationJobAsync(StartTextTranslationJobRequest startTextTranslationJobRequest,
AsyncHandler<StartTextTranslationJobRequest,StartTextTranslationJobResult> asyncHandler)
Starts an asynchronous batch translation job.
|
Future<StartTextTranslationJobResult> |
AbstractAmazonTranslateAsync.startTextTranslationJobAsync(StartTextTranslationJobRequest request,
AsyncHandler<StartTextTranslationJobRequest,StartTextTranslationJobResult> asyncHandler) |
Future<StartTextTranslationJobResult> |
AmazonTranslateAsyncClient.startTextTranslationJobAsync(StartTextTranslationJobRequest request,
AsyncHandler<StartTextTranslationJobRequest,StartTextTranslationJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.clone() |
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withClientToken(String clientToken)
The client token of the EC2 instance calling 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 S3 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.withSourceLanguageCode(String sourceLanguageCode)
The language code of the input language.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withTargetLanguageCodes(Collection<String> targetLanguageCodes)
The language code of the output language.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withTargetLanguageCodes(String... targetLanguageCodes)
The language code of the output language.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withTerminologyNames(Collection<String> terminologyNames)
The name of the terminology to use in the batch translation job.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withTerminologyNames(String... terminologyNames)
The name of the terminology to use in the batch translation job.
|
Copyright © 2020. All rights reserved.