| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
TranslationSettings |
TranslateTextResponse.appliedSettings()
Settings that configure the translation output.
|
TranslationSettings |
TranslateTextRequest.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.
|
TranslationSettings |
TextTranslationJobProperties.settings()
Settings that configure the translation output.
|
TranslationSettings |
StartTextTranslationJobRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
TranslateTextResponse.Builder |
TranslateTextResponse.Builder.appliedSettings(TranslationSettings appliedSettings)
Settings that configure the translation output.
|
TranslateTextRequest.Builder |
TranslateTextRequest.Builder.settings(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.Builder |
TextTranslationJobProperties.Builder.settings(TranslationSettings settings)
Settings that configure the translation output.
|
StartTextTranslationJobRequest.Builder |
StartTextTranslationJobRequest.Builder.settings(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.
|
Copyright © 2023. All rights reserved.