| 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 |
|---|---|
TranslateDocumentResult |
AmazonTranslateClient.translateDocument(TranslateDocumentRequest request)
Translates the input document from the source language to the target language.
|
TranslateDocumentResult |
AbstractAmazonTranslate.translateDocument(TranslateDocumentRequest request) |
TranslateDocumentResult |
AmazonTranslate.translateDocument(TranslateDocumentRequest translateDocumentRequest)
Translates the input document from the source language to the target language.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TranslateDocumentResult> |
AmazonTranslateAsyncClient.translateDocumentAsync(TranslateDocumentRequest request,
AsyncHandler<TranslateDocumentRequest,TranslateDocumentResult> asyncHandler) |
Future<TranslateDocumentResult> |
AbstractAmazonTranslateAsync.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 |
|---|---|
TranslateDocumentResult |
TranslateDocumentResult.clone() |
TranslateDocumentResult |
TranslateDocumentResult.withAppliedSettings(TranslationSettings appliedSettings) |
TranslateDocumentResult |
TranslateDocumentResult.withAppliedTerminologies(AppliedTerminology... appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated
text document.
|
TranslateDocumentResult |
TranslateDocumentResult.withAppliedTerminologies(Collection<AppliedTerminology> appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated
text document.
|
TranslateDocumentResult |
TranslateDocumentResult.withSourceLanguageCode(String sourceLanguageCode)
The language code of the source document.
|
TranslateDocumentResult |
TranslateDocumentResult.withTargetLanguageCode(String targetLanguageCode)
The language code of the translated document.
|
TranslateDocumentResult |
TranslateDocumentResult.withTranslatedDocument(TranslatedDocument translatedDocument)
The document containing the translated content.
|
Copyright © 2024. All rights reserved.