Class: Aws::Rekognition::Types::Video
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Rekognition::Types::Video
 
 
- 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
- 
  
    
      #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.
      8278 8279 8280 8281 8282  | 
    
      # File 'lib/aws-sdk-rekognition/types.rb', line 8278 class Video < Struct.new( :s3_object) SENSITIVE = [] include Aws::Structure end  |