public static interface Document.Builder extends SdkPojo, CopyableBuilder<Document.Builder,Document>
Modifier and Type | Method and Description |
---|---|
Document.Builder |
content(SdkBytes content)
The
Content field type is Binary large object (blob). |
Document.Builder |
contentType(String contentType)
Describes the format of the document.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Document.Builder content(SdkBytes content)
The Content
field type is Binary large object (blob). This object contains the document content
converted into base64-encoded binary data. If you use one of the AWS SDKs, the SDK performs the
Base64-encoding on this field before sending the request.
content
- The Content
field type is Binary large object (blob). This object contains the document
content converted into base64-encoded binary data. If you use one of the AWS SDKs, the SDK performs
the Base64-encoding on this field before sending the request.Document.Builder contentType(String contentType)
Describes the format of the document. You can specify one of the following:
text/html
- The input data consists of HTML content. Amazon Translate translates only the text
in the HTML element.
text/plain
- The input data consists of unformatted text. Amazon Translate translates every
character in the content.
application/vnd.openxmlformats-officedocument.wordprocessingml.document
- The input data
consists of a Word document (.docx).
contentType
- Describes the format of the document. You can specify one of the following:
text/html
- The input data consists of HTML content. Amazon Translate translates only the
text in the HTML element.
text/plain
- The input data consists of unformatted text. Amazon Translate translates
every character in the content.
application/vnd.openxmlformats-officedocument.wordprocessingml.document
- The input data
consists of a Word document (.docx).
Copyright © 2023. All rights reserved.