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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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:



8265
8266
8267
8268
8269
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8265

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