| 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.
|
default TranslateTextResponse |
TranslateClient.translateText(Consumer<TranslateTextRequest.Builder> translateTextRequest)
Translates input text from the source language to the target language.
|
default TranslateTextResponse |
TranslateClient.translateText(TranslateTextRequest translateTextRequest)
Translates input text from the source language to the target language.
|
Copyright © 2023. All rights reserved.