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.



7271
7272
7273
7274
7275
7276
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7271

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.



7271
7272
7273
7274
7275
7276
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7271

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