You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::StartSegmentDetectionFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartSegmentDetectionFilters
- Defined in:
- (unknown)
Overview
Note:
When passing StartSegmentDetectionFilters as input to an Aws::Client method, you can use a vanilla Hash:
{
technical_cue_filter: {
min_segment_confidence: 1.0,
},
shot_filter: {
min_segment_confidence: 1.0,
},
}
Filters applied to the technical cue or shot detection segments. For more information, see StartSegmentDetection.
Returned by:
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.
#technical_cue_filter ⇒ Types::StartTechnicalCueDetectionFilter
Filters that are specific to technical cues.