| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate |
Provides translation of the input content from the source language to the target language.
|
| Modifier and Type | Method and Description |
|---|---|
default TranslateDocumentResponse |
TranslateClient.translateDocument(Consumer<TranslateDocumentRequest.Builder> translateDocumentRequest)
Translates the input document from the source language to the target language.
|
default TranslateDocumentResponse |
TranslateClient.translateDocument(TranslateDocumentRequest translateDocumentRequest)
Translates the input document from the source language to the target language.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TranslateDocumentResponse> |
TranslateAsyncClient.translateDocument(Consumer<TranslateDocumentRequest.Builder> 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.
|
Copyright © 2023. All rights reserved.