Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

S3Destination

import type { S3Destination } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";

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 | null;
KeyPrefix?: string | null;
}

§Properties

§
Bucket?: string | null
[src]

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 | null
[src]

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