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

Video

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

Video file stored in an Amazon S3 bucket. Amazon Rekognition video start operations such as "StartLabelDetection" use Video to specify a video for analysis. The supported file formats are .mp4, .mov and .avi.

interface Video {
S3Object?: S3Object | null;
}

§Properties

§
S3Object?: S3Object | null
[src]

The Amazon S3 bucket name and file name for the video.