| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
static TranslationSettings.Builder |
TranslationSettings.builder() |
TranslationSettings.Builder |
TranslationSettings.Builder.formality(Formality formality)
You can optionally specify the desired level of formality for translations to supported target languages.
|
TranslationSettings.Builder |
TranslationSettings.Builder.formality(String formality)
You can optionally specify the desired level of formality for translations to supported target languages.
|
TranslationSettings.Builder |
TranslationSettings.Builder.profanity(Profanity profanity)
Enable the profanity setting if you want Amazon Translate to mask profane words and phrases in your
translation output.
|
TranslationSettings.Builder |
TranslationSettings.Builder.profanity(String profanity)
Enable the profanity setting if you want Amazon Translate to mask profane words and phrases in your
translation output.
|
TranslationSettings.Builder |
TranslationSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TranslationSettings.Builder> |
TranslationSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TranslateTextResponse.Builder |
TranslateTextResponse.Builder.appliedSettings(Consumer<TranslationSettings.Builder> appliedSettings)
Settings that configure the translation output.
|
default StartTextTranslationJobRequest.Builder |
StartTextTranslationJobRequest.Builder.settings(Consumer<TranslationSettings.Builder> 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.
|
default TranslateTextRequest.Builder |
TranslateTextRequest.Builder.settings(Consumer<TranslationSettings.Builder> 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.
|
default TextTranslationJobProperties.Builder |
TextTranslationJobProperties.Builder.settings(Consumer<TranslationSettings.Builder> settings)
Settings that configure the translation output.
|
Copyright © 2023. All rights reserved.