| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
TranslateTextResponse.Builder |
TranslateTextResponse.Builder.appliedTerminologies(AppliedTerminology... appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text
response.
|
TranslateTextResponse.Builder |
TranslateTextResponse.Builder.appliedTerminologies(Collection<AppliedTerminology> appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text
response.
|
TranslateTextResponse.Builder |
TranslateTextResponse.Builder.appliedTerminologies(Consumer<AppliedTerminology.Builder>... appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text
response.
|
static TranslateTextResponse.Builder |
TranslateTextResponse.builder() |
TranslateTextResponse.Builder |
TranslateTextResponse.Builder.sourceLanguageCode(String sourceLanguageCode)
The language code for the language of the source text.
|
TranslateTextResponse.Builder |
TranslateTextResponse.Builder.targetLanguageCode(String targetLanguageCode)
The language code for the language of the target text.
|
TranslateTextResponse.Builder |
TranslateTextResponse.toBuilder() |
TranslateTextResponse.Builder |
TranslateTextResponse.Builder.translatedText(String translatedText)
The translated text.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TranslateTextResponse.Builder> |
TranslateTextResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.