| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
TranslationSettings |
TranslationSettings.clone() |
TranslationSettings |
TranslateTextResult.getAppliedSettings()
Settings that configure the translation output.
|
TranslationSettings |
StartTextTranslationJobRequest.getSettings()
Settings to configure your translation output, including the option to mask profane words and phrases.
|
TranslationSettings |
TranslateTextRequest.getSettings()
Settings to configure your translation output, including the option to set the formality level of the output text
and the option to mask profane words and phrases.
|
TranslationSettings |
TextTranslationJobProperties.getSettings()
Settings that configure the translation output.
|
TranslationSettings |
TranslationSettings.withFormality(Formality formality)
You can optionally specify the desired level of formality for real-time translations to supported target
languages.
|
TranslationSettings |
TranslationSettings.withFormality(String formality)
You can optionally specify the desired level of formality for real-time translations to supported target
languages.
|
TranslationSettings |
TranslationSettings.withProfanity(Profanity profanity)
Enable the profanity setting if you want Amazon Translate to mask profane words and phrases in your translation
output.
|
TranslationSettings |
TranslationSettings.withProfanity(String profanity)
Enable the profanity setting if you want Amazon Translate to mask profane words and phrases in your translation
output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranslateTextResult.setAppliedSettings(TranslationSettings appliedSettings)
Settings that configure the translation output.
|
void |
StartTextTranslationJobRequest.setSettings(TranslationSettings settings)
Settings to configure your translation output, including the option to mask profane words and phrases.
|
void |
TranslateTextRequest.setSettings(TranslationSettings settings)
Settings to configure your translation output, including the option to set the formality level of the output text
and the option to mask profane words and phrases.
|
void |
TextTranslationJobProperties.setSettings(TranslationSettings settings)
Settings that configure the translation output.
|
TranslateTextResult |
TranslateTextResult.withAppliedSettings(TranslationSettings appliedSettings)
Settings that configure the translation output.
|
StartTextTranslationJobRequest |
StartTextTranslationJobRequest.withSettings(TranslationSettings settings)
Settings to configure your translation output, including the option to mask profane words and phrases.
|
TranslateTextRequest |
TranslateTextRequest.withSettings(TranslationSettings settings)
Settings to configure your translation output, including the option to set the formality level of the output text
and the option to mask profane words and phrases.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withSettings(TranslationSettings settings)
Settings that configure the translation output.
|
Copyright © 2022. All rights reserved.