| 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.transform |
| Modifier and Type | Method and Description |
|---|---|
default TranslateDocumentResponse |
TranslateClient.translateDocument(TranslateDocumentRequest translateDocumentRequest)
Translates the input document from the source language to the target language.
|
default CompletableFuture<TranslateDocumentResponse> |
TranslateAsyncClient.translateDocument(TranslateDocumentRequest translateDocumentRequest)
Translates the input document from the source language to the target language.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
TranslateDocumentRequestMarshaller.marshall(TranslateDocumentRequest translateDocumentRequest) |
Copyright © 2023. All rights reserved.