Uses of Class
software.amazon.awssdk.services.translate.model.AppliedTerminology
-
Packages that use AppliedTerminology Package Description software.amazon.awssdk.services.translate.model -
-
Uses of AppliedTerminology in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type AppliedTerminology Modifier and Type Method Description List<AppliedTerminology>TranslateDocumentResponse. appliedTerminologies()The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated text document.List<AppliedTerminology>TranslateTextResponse. appliedTerminologies()The names of the custom terminologies 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 AppliedTerminology Modifier and Type Method Description TranslateDocumentResponse.BuilderTranslateDocumentResponse.Builder. appliedTerminologies(AppliedTerminology... appliedTerminologies)The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated text document.TranslateTextResponse.BuilderTranslateTextResponse.Builder. appliedTerminologies(AppliedTerminology... appliedTerminologies)The names of the custom terminologies 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 AppliedTerminology Modifier and Type Method Description TranslateDocumentResponse.BuilderTranslateDocumentResponse.Builder. appliedTerminologies(Collection<AppliedTerminology> appliedTerminologies)The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated text document.TranslateTextResponse.BuilderTranslateTextResponse.Builder. appliedTerminologies(Collection<AppliedTerminology> appliedTerminologies)The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
-