| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate |
Provides translation between English and one of six languages, or between one of the six languages and English.
|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalServerException
An internal server error occurred.
|
class |
InvalidRequestException
The request is invalid.
|
class |
ServiceUnavailableException
Amazon Translate is unavailable.
|
class |
TextSizeLimitExceededException
The size of the input text exceeds the length constraint for the
Text field. |
class |
TooManyRequestsException
The number of requests exceeds the limit.
|
class |
UnsupportedLanguagePairException
Amazon Translate cannot translate input text in the source language into this target language.
|
Copyright © 2018. All rights reserved.