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
show all
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

Instance Attribute Details

#shot_filterTypes::StartShotDetectionFilter

Filters that are specific to shot detections.

Returns:

#technical_cue_filterTypes::StartTechnicalCueDetectionFilter

Filters that are specific to technical cues.

Returns: