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.



6719
6720
6721
6722
6723
6724
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6719

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.



6719
6720
6721
6722
6723
6724
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6719

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