libZSservicesZSamazonka-rekognitionZSamazonka-rekognition
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Rekognition.Types.StartShotDetectionFilter

Description

 
Synopsis

Documentation

data StartShotDetectionFilter Source #

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

See: newStartShotDetectionFilter smart constructor.

Constructors

StartShotDetectionFilter' 

Fields

  • minSegmentConfidence :: Maybe Double

    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.

Instances

Instances details
Eq StartShotDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartShotDetectionFilter

Read StartShotDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartShotDetectionFilter

Show StartShotDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartShotDetectionFilter

Generic StartShotDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartShotDetectionFilter

Associated Types

type Rep StartShotDetectionFilter :: Type -> Type #

NFData StartShotDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartShotDetectionFilter

Hashable StartShotDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartShotDetectionFilter

ToJSON StartShotDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartShotDetectionFilter

type Rep StartShotDetectionFilter Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartShotDetectionFilter

type Rep StartShotDetectionFilter = D1 ('MetaData "StartShotDetectionFilter" "Amazonka.Rekognition.Types.StartShotDetectionFilter" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "StartShotDetectionFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "minSegmentConfidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newStartShotDetectionFilter :: StartShotDetectionFilter Source #

Create a value of StartShotDetectionFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:minSegmentConfidence:StartShotDetectionFilter', startShotDetectionFilter_minSegmentConfidence - 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.

startShotDetectionFilter_minSegmentConfidence :: Lens' StartShotDetectionFilter (Maybe Double) Source #

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.