You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::Video

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Video as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_objectTypes::S3Object

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

Returns:

  • (Types::S3Object)

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