Uses of Class
software.amazon.awssdk.services.translate.model.TranslatedDocument
-
Packages that use TranslatedDocument Package Description software.amazon.awssdk.services.translate.model -
-
Uses of TranslatedDocument in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return TranslatedDocument Modifier and Type Method Description TranslatedDocumentTranslateDocumentResponse. translatedDocument()The document containing the translated content.Methods in software.amazon.awssdk.services.translate.model with parameters of type TranslatedDocument Modifier and Type Method Description TranslateDocumentResponse.BuilderTranslateDocumentResponse.Builder. translatedDocument(TranslatedDocument translatedDocument)The document containing the translated content.
-