| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
AppliedTerminology |
AppliedTerminology.clone() |
AppliedTerminology |
AppliedTerminology.withName(String name)
The name of the custom terminology applied to the input text by Amazon Translate for the translated text
response.
|
AppliedTerminology |
AppliedTerminology.withTerms(Collection<Term> terms)
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated
text response.
|
AppliedTerminology |
AppliedTerminology.withTerms(Term... terms)
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated
text response.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppliedTerminology> |
TranslateTextResult.getAppliedTerminologies()
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 |
|---|---|
TranslateTextResult |
TranslateTextResult.withAppliedTerminologies(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 |
|---|---|
void |
TranslateTextResult.setAppliedTerminologies(Collection<AppliedTerminology> appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text
response.
|
TranslateTextResult |
TranslateTextResult.withAppliedTerminologies(Collection<AppliedTerminology> appliedTerminologies)
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text
response.
|
Copyright © 2020. All rights reserved.