Class: Aws::Rekognition::Types::StartSegmentDetectionFilters

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

Overview

Filters applied to the technical cue or shot detection segments. For more information, see StartSegmentDetection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#shot_filterTypes::StartShotDetectionFilter

Filters that are specific to shot detections.



7258
7259
7260
7261
7262
7263
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7258

class StartSegmentDetectionFilters < Struct.new(
  :technical_cue_filter,
  :shot_filter)
  SENSITIVE = []
  include Aws::Structure
end

#technical_cue_filterTypes::StartTechnicalCueDetectionFilter

Filters that are specific to technical cues.



7258
7259
7260
7261
7262
7263
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7258

class StartSegmentDetectionFilters < Struct.new(
  :technical_cue_filter,
  :shot_filter)
  SENSITIVE = []
  include Aws::Structure
end