The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. These results include the name of the stream processor resource, the session ID of the stream processing session, and labeled timestamps and bounding boxes for detected labels.

interface S3Destination {
    Bucket?: string;
    KeyPrefix?: string;
}

Properties

Properties

Bucket?: string

The name of the Amazon S3 bucket you want to associate with the streaming video project. You must be the owner of the Amazon S3 bucket.

KeyPrefix?: string

The prefix value of the location within the bucket that you want the information to be published to. For more information, see Using prefixes.