| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
Term |
Term.clone() |
Term |
Term.withSourceText(String sourceText)
The source text of the term being translated by the custom terminology.
|
Term |
Term.withTargetText(String targetText)
The target text of the term being translated by the custom terminology.
|
| Modifier and Type | Method and Description |
|---|---|
List<Term> |
AppliedTerminology.getTerms()
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 |
|---|---|
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 |
|---|---|
void |
AppliedTerminology.setTerms(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(Collection<Term> terms)
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated
text response.
|
Copyright © 2024. All rights reserved.