| 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<TranslateDocumentResult> |
AbstractAmazonTranslateAsync.translateDocumentAsync(TranslateDocumentRequest request,
AsyncHandler<TranslateDocumentRequest,TranslateDocumentResult> asyncHandler) |
Future<TranslateDocumentResult> |
AmazonTranslateAsyncClient.translateDocumentAsync(TranslateDocumentRequest request,
AsyncHandler<TranslateDocumentRequest,TranslateDocumentResult> asyncHandler) |
Future<TranslateDocumentResult> |
AmazonTranslateAsync.translateDocumentAsync(TranslateDocumentRequest translateDocumentRequest,
AsyncHandler<TranslateDocumentRequest,TranslateDocumentResult> asyncHandler)
Translates the input document from the source language to the target language.
|
| Modifier and Type | Method and Description |
|---|---|
TranslateDocumentRequest |
TranslateDocumentRequest.clone() |
TranslateDocumentRequest |
TranslateDocumentRequest.withDocument(Document document)
The content and content type for the document to be translated.
|
TranslateDocumentRequest |
TranslateDocumentRequest.withSettings(TranslationSettings settings) |
TranslateDocumentRequest |
TranslateDocumentRequest.withSourceLanguageCode(String sourceLanguageCode)
The language code for the language of the source text.
|
TranslateDocumentRequest |
TranslateDocumentRequest.withTargetLanguageCode(String targetLanguageCode)
The language code requested for the translated document.
|
TranslateDocumentRequest |
TranslateDocumentRequest.withTerminologyNames(Collection<String> terminologyNames)
The name of a terminology list file to add to the translation job.
|
TranslateDocumentRequest |
TranslateDocumentRequest.withTerminologyNames(String... terminologyNames)
The name of a terminology list file to add to the translation job.
|
Copyright © 2023. All rights reserved.