| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.clone() |
Document |
TranslateDocumentRequest.getDocument()
The content and content type for the document to be translated.
|
Document |
Document.withContent(ByteBuffer content)
The
Contentfield type is Binary large object (blob). |
Document |
Document.withContentType(String contentType)
Describes the format of the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranslateDocumentRequest.setDocument(Document document)
The content and content type for the document to be translated.
|
TranslateDocumentRequest |
TranslateDocumentRequest.withDocument(Document document)
The content and content type for the document to be translated.
|
Copyright © 2023. All rights reserved.