| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
S3Object |
S3Object.clone() |
S3Object |
DocumentLocation.getS3Object()
The Amazon S3 bucket that contains the input document.
|
S3Object |
Document.getS3Object()
Identifies an S3 object as the document source.
|
S3Object |
S3Object.withBucket(String bucket)
The name of the S3 bucket.
|
S3Object |
S3Object.withName(String name)
The file name of the input document.
|
S3Object |
S3Object.withVersion(String version)
If the bucket has versioning enabled, you can specify the object version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentLocation.setS3Object(S3Object s3Object)
The Amazon S3 bucket that contains the input document.
|
void |
Document.setS3Object(S3Object s3Object)
Identifies an S3 object as the document source.
|
DocumentLocation |
DocumentLocation.withS3Object(S3Object s3Object)
The Amazon S3 bucket that contains the input document.
|
Document |
Document.withS3Object(S3Object s3Object)
Identifies an S3 object as the document source.
|
Copyright © 2023. All rights reserved.