Class: Aws::Rekognition::Types::ShotSegment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Rekognition::Types::ShotSegment
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rekognition/types.rb
 
Overview
Information about a shot detection segment detected in a video. For more information, see SegmentDetection.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #confidence  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
 - 
  
    
      #index  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An Identifier for a shot detection segment detected in a video.
 
Instance Attribute Details
#confidence ⇒ Float
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
      6798 6799 6800 6801 6802 6803  | 
    
      # File 'lib/aws-sdk-rekognition/types.rb', line 6798 class ShotSegment < Struct.new( :index, :confidence) SENSITIVE = [] include Aws::Structure end  | 
  
#index ⇒ Integer
An Identifier for a shot detection segment detected in a video.
      6798 6799 6800 6801 6802 6803  | 
    
      # File 'lib/aws-sdk-rekognition/types.rb', line 6798 class ShotSegment < Struct.new( :index, :confidence) SENSITIVE = [] include Aws::Structure end  |