| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
TranslationSettings |
TranslateDocumentResponse.appliedSettings()
Returns the value of the AppliedSettings property for this object.
|
TranslationSettings |
TranslateTextResponse.appliedSettings()
Optional settings that modify 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.
|
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 modify the translation output.
|
TranslationSettings |
TranslateDocumentRequest.settings()
Returns the value of the Settings property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.appliedSettings(TranslationSettings appliedSettings)
Sets the value of the AppliedSettings property for this object.
|
TranslateTextResponse.Builder |
TranslateTextResponse.Builder.appliedSettings(TranslationSettings appliedSettings)
Optional settings that modify 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.
|
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 modify the translation output.
|
TranslateDocumentRequest.Builder |
TranslateDocumentRequest.Builder.settings(TranslationSettings settings)
Sets the value of the Settings property for this object.
|
Copyright © 2023. All rights reserved.