Class: Aws::Rekognition::Types::StartSegmentDetectionFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartSegmentDetectionFilters
- 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
-
#shot_filter ⇒ Types::StartShotDetectionFilter
Filters that are specific to shot detections.
-
#technical_cue_filter ⇒ Types::StartTechnicalCueDetectionFilter
Filters that are specific to technical cues.
Instance Attribute Details
#shot_filter ⇒ Types::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_filter ⇒ Types::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 |