amazonka-rekognition-2.0: Amazon Rekognition SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Rekognition.Types.StartSegmentDetectionFilters

Description

 
Synopsis

Documentation

data StartSegmentDetectionFilters Source #

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

See: newStartSegmentDetectionFilters smart constructor.

Constructors

StartSegmentDetectionFilters' 

Fields

Instances

Instances details
ToJSON StartSegmentDetectionFilters Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartSegmentDetectionFilters

Generic StartSegmentDetectionFilters Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartSegmentDetectionFilters

Associated Types

type Rep StartSegmentDetectionFilters :: Type -> Type #

Read StartSegmentDetectionFilters Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartSegmentDetectionFilters

Show StartSegmentDetectionFilters Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartSegmentDetectionFilters

NFData StartSegmentDetectionFilters Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartSegmentDetectionFilters

Eq StartSegmentDetectionFilters Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartSegmentDetectionFilters

Hashable StartSegmentDetectionFilters Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartSegmentDetectionFilters

type Rep StartSegmentDetectionFilters Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StartSegmentDetectionFilters

type Rep StartSegmentDetectionFilters = D1 ('MetaData "StartSegmentDetectionFilters" "Amazonka.Rekognition.Types.StartSegmentDetectionFilters" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "StartSegmentDetectionFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "shotFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartShotDetectionFilter)) :*: S1 ('MetaSel ('Just "technicalCueFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StartTechnicalCueDetectionFilter))))

newStartSegmentDetectionFilters :: StartSegmentDetectionFilters Source #

Create a value of StartSegmentDetectionFilters 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:shotFilter:StartSegmentDetectionFilters', startSegmentDetectionFilters_shotFilter - Filters that are specific to shot detections.

$sel:technicalCueFilter:StartSegmentDetectionFilters', startSegmentDetectionFilters_technicalCueFilter - Filters that are specific to technical cues.