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

Description

 
Synopsis

Documentation

data ShotSegment Source #

Information about a shot detection segment detected in a video. For more information, see SegmentDetection.

See: newShotSegment smart constructor.

Constructors

ShotSegment' 

Fields

  • confidence :: Maybe Double

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

  • index :: Maybe Natural

    An Identifier for a shot detection segment detected in a video.

Instances

Instances details
Eq ShotSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ShotSegment

Read ShotSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ShotSegment

Show ShotSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ShotSegment

Generic ShotSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ShotSegment

Associated Types

type Rep ShotSegment :: Type -> Type #

NFData ShotSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ShotSegment

Methods

rnf :: ShotSegment -> () #

Hashable ShotSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ShotSegment

FromJSON ShotSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ShotSegment

type Rep ShotSegment Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ShotSegment

type Rep ShotSegment = D1 ('MetaData "ShotSegment" "Amazonka.Rekognition.Types.ShotSegment" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "ShotSegment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "index") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newShotSegment :: ShotSegment Source #

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

$sel:index:ShotSegment', shotSegment_index - An Identifier for a shot detection segment detected in a video.

shotSegment_confidence :: Lens' ShotSegment (Maybe Double) Source #

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

shotSegment_index :: Lens' ShotSegment (Maybe Natural) Source #

An Identifier for a shot detection segment detected in a video.