Uses of Class
software.amazon.awssdk.services.translate.model.TranslateDocumentResponse
-
Packages that use TranslateDocumentResponse Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language. -
-
Uses of TranslateDocumentResponse in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that return TranslateDocumentResponse Modifier and Type Method Description default TranslateDocumentResponseTranslateClient. translateDocument(Consumer<TranslateDocumentRequest.Builder> translateDocumentRequest)Translates the input document from the source language to the target language.default TranslateDocumentResponseTranslateClient. translateDocument(TranslateDocumentRequest translateDocumentRequest)Translates the input document from the source language to the target language.Methods in software.amazon.awssdk.services.translate that return types with arguments of type TranslateDocumentResponse Modifier and Type Method Description default CompletableFuture<TranslateDocumentResponse>TranslateAsyncClient. translateDocument(Consumer<TranslateDocumentRequest.Builder> translateDocumentRequest)Translates the input document from the source language to the target language.default CompletableFuture<TranslateDocumentResponse>TranslateAsyncClient. translateDocument(TranslateDocumentRequest translateDocumentRequest)Translates the input document from the source language to the target language.
-