class Aws::Rekognition::Types::StartSegmentDetectionFilters

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

@note When making an API call, you may pass StartSegmentDetectionFilters

data as a hash:

    {
      technical_cue_filter: {
        min_segment_confidence: 1.0,
        black_frame: {
          max_pixel_threshold: 1.0,
          min_coverage_percentage: 1.0,
        },
      },
      shot_filter: {
        min_segment_confidence: 1.0,
      },
    }

@!attribute [rw] technical_cue_filter

Filters that are specific to technical cues.
@return [Types::StartTechnicalCueDetectionFilter]

@!attribute [rw] shot_filter

Filters that are specific to shot detections.
@return [Types::StartShotDetectionFilter]

Constants

SENSITIVE