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;
}

Properties

Properties

S3Object?: S3Object

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