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.TechnicalCueSegment

Description

 
Synopsis

Documentation

data TechnicalCueSegment Source #

Information about a technical cue segment. For more information, see SegmentDetection.

See: newTechnicalCueSegment smart constructor.

Constructors

TechnicalCueSegment' 

Fields

Instances

Instances details
FromJSON TechnicalCueSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TechnicalCueSegment

Generic TechnicalCueSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TechnicalCueSegment

Associated Types

type Rep TechnicalCueSegment :: Type -> Type #

Read TechnicalCueSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TechnicalCueSegment

Show TechnicalCueSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TechnicalCueSegment

NFData TechnicalCueSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TechnicalCueSegment

Methods

rnf :: TechnicalCueSegment -> () #

Eq TechnicalCueSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TechnicalCueSegment

Hashable TechnicalCueSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TechnicalCueSegment

type Rep TechnicalCueSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.TechnicalCueSegment

type Rep TechnicalCueSegment = D1 ('MetaData "TechnicalCueSegment" "Amazonka.Rekognition.Types.TechnicalCueSegment" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "TechnicalCueSegment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TechnicalCueType))))

newTechnicalCueSegment :: TechnicalCueSegment Source #

Create a value of TechnicalCueSegment 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:confidence:TechnicalCueSegment', technicalCueSegment_confidence - The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.

$sel:type':TechnicalCueSegment', technicalCueSegment_type - The type of the technical cue.

technicalCueSegment_confidence :: Lens' TechnicalCueSegment (Maybe Double) Source #

The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.