| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AppliedTerminology.Builder> |
AppliedTerminology.serializableBuilderClass() |
Copyright © 2021. All rights reserved.