You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::StartShotDetectionFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartShotDetectionFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  min_segment_confidence: 1.0,
}

Filters for the shot detection segments returned by GetSegmentDetection. For more information, see StartSegmentDetectionFilters.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#min_segment_confidenceFloat

Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment. Confidence represents how certain Amazon Rekognition is that a segment is correctly identified. 0 is the lowest confidence. 100 is the highest confidence. Amazon Rekognition Video doesn\'t return any segments with a confidence level lower than this specified value.

If you don\'t specify MinSegmentConfidence, the GetSegmentDetection returns segments with confidence values greater than or equal to 50 percent.

Returns:

  • (Float)

    Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.