Class: Aws::Rekognition::Types::TechnicalCueSegment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Rekognition::Types::TechnicalCueSegment
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rekognition/types.rb
 
Overview
Information about a technical cue segment. 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.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the technical cue.
 
Instance Attribute Details
#confidence ⇒ Float
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
      7806 7807 7808 7809 7810 7811  | 
    
      # File 'lib/aws-sdk-rekognition/types.rb', line 7806 class TechnicalCueSegment < Struct.new( :type, :confidence) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of the technical cue.
      7806 7807 7808 7809 7810 7811  | 
    
      # File 'lib/aws-sdk-rekognition/types.rb', line 7806 class TechnicalCueSegment < Struct.new( :type, :confidence) SENSITIVE = [] include Aws::Structure end  |