| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination |
S3Destination.clone() |
S3Destination |
StreamProcessorOutput.getS3Destination()
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video
analysis operation.
|
S3Destination |
S3Destination.withBucket(String bucket)
The name of the Amazon S3 bucket you want to associate with the streaming video project.
|
S3Destination |
S3Destination.withKeyPrefix(String keyPrefix)
The prefix value of the location within the bucket that you want the information to be published to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamProcessorOutput.setS3Destination(S3Destination s3Destination)
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video
analysis operation.
|
StreamProcessorOutput |
StreamProcessorOutput.withS3Destination(S3Destination s3Destination)
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video
analysis operation.
|
Copyright © 2024. All rights reserved.