| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
S3Object |
S3Object.clone() |
S3Object |
Summary.getS3Object() |
S3Object |
GroundTruthManifest.getS3Object() |
S3Object |
Video.getS3Object()
The Amazon S3 bucket name and file name for the video.
|
S3Object |
Image.getS3Object()
Identifies an S3 object as the image source.
|
S3Object |
S3Object.withBucket(String bucket)
Name of the S3 bucket.
|
S3Object |
S3Object.withName(String name)
S3 object key name.
|
S3Object |
S3Object.withVersion(String version)
If the bucket is versioning enabled, you can specify the object version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Summary.setS3Object(S3Object s3Object) |
void |
GroundTruthManifest.setS3Object(S3Object s3Object) |
void |
Video.setS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
|
void |
Image.setS3Object(S3Object s3Object)
Identifies an S3 object as the image source.
|
Summary |
Summary.withS3Object(S3Object s3Object) |
GroundTruthManifest |
GroundTruthManifest.withS3Object(S3Object s3Object) |
Video |
Video.withS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
|
Image |
Image.withS3Object(S3Object s3Object)
Identifies an S3 object as the image source.
|
Copyright © 2022. All rights reserved.