default TranslateTextResponse.Builder |
TranslateTextResponse.Builder.appliedSettings(Consumer<TranslationSettings.Builder> appliedSettings) |
Optional settings that modify the translation output.
|
TranslateTextResponse.Builder |
TranslateTextResponse.Builder.appliedSettings(TranslationSettings appliedSettings) |
Optional settings that modify the translation output.
|
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.
|
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.
|
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.
|