Uses of Class
software.amazon.awssdk.services.translate.model.Term
-
Packages that use Term Package Description software.amazon.awssdk.services.translate.model -
-
Uses of Term in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type Term Modifier and Type Method Description List<Term>AppliedTerminology. terms()The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response.Methods in software.amazon.awssdk.services.translate.model with parameters of type Term Modifier and Type Method Description AppliedTerminology.BuilderAppliedTerminology.Builder. terms(Term... terms)The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response.Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type Term Modifier and Type Method Description AppliedTerminology.BuilderAppliedTerminology.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.
-