static AppliedTerminology.Builder |
AppliedTerminology.builder() |
|
AppliedTerminology.Builder |
AppliedTerminology.Builder.name(String name) |
The name of the custom terminology applied to the input text by Amazon Translate for the translated text
response.
|
AppliedTerminology.Builder |
AppliedTerminology.Builder.terms(Collection<Term> terms) |
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated
text response.
|
AppliedTerminology.Builder |
AppliedTerminology.Builder.terms(Consumer<Term.Builder>... terms) |
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated
text response.
|
AppliedTerminology.Builder |
AppliedTerminology.Builder.terms(Term... terms) |
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated
text response.
|
AppliedTerminology.Builder |
AppliedTerminology.toBuilder() |
|