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
- Struct
- Aws::Rekognition::Types::Video
- 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
-
#s3_object ⇒ Types::S3Object
The Amazon S3 bucket name and file name for the video.
Instance Attribute Details
#s3_object ⇒ Types::S3Object
The Amazon S3 bucket name and file name for the video.