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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_objectTypes::S3Object

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

Returns:



8253
8254
8255
8256
8257
# File 'lib/aws-sdk-rekognition/types.rb', line 8253

class Video < Struct.new(
  :s3_object)
  SENSITIVE = []
  include Aws::Structure
end