| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
List<AppliedTerminology> |
TranslateDocumentResponse.appliedTerminologies()
The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated
text document.
|
List<AppliedTerminology> |
TranslateTextResponse.appliedTerminologies()
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text
response.
|
| Modifier and Type | Method and Description |
|---|---|
TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.appliedTerminologies(AppliedTerminology... appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated
text document.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
TranslateDocumentResponse.Builder |
TranslateDocumentResponse.Builder.appliedTerminologies(Collection<AppliedTerminology> appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated
text document.
|
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.
|
Copyright © 2023. All rights reserved.