class Aws::Rekognition::Types::Video

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.

@note When making an API call, you may pass Video

data as a hash:

    {
      s3_object: {
        bucket: "S3Bucket",
        name: "S3ObjectName",
        version: "S3ObjectVersion",
      },
    }

@!attribute [rw] s3_object

The Amazon S3 bucket name and file name for the video.
@return [Types::S3Object]

Constants

SENSITIVE