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

Description

 
Synopsis

Documentation

data SegmentTypeInfo Source #

Information about the type of a segment requested in a call to StartSegmentDetection. An array of SegmentTypeInfo objects is returned by the response from GetSegmentDetection.

See: newSegmentTypeInfo smart constructor.

Constructors

SegmentTypeInfo' 

Fields

Instances

Instances details
Eq SegmentTypeInfo Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentTypeInfo

Read SegmentTypeInfo Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentTypeInfo

Show SegmentTypeInfo Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentTypeInfo

Generic SegmentTypeInfo Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentTypeInfo

Associated Types

type Rep SegmentTypeInfo :: Type -> Type #

NFData SegmentTypeInfo Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentTypeInfo

Methods

rnf :: SegmentTypeInfo -> () #

Hashable SegmentTypeInfo Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentTypeInfo

FromJSON SegmentTypeInfo Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentTypeInfo

type Rep SegmentTypeInfo Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentTypeInfo

type Rep SegmentTypeInfo = D1 ('MetaData "SegmentTypeInfo" "Amazonka.Rekognition.Types.SegmentTypeInfo" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "SegmentTypeInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SegmentType))))

newSegmentTypeInfo :: SegmentTypeInfo Source #

Create a value of SegmentTypeInfo 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:modelVersion:SegmentTypeInfo', segmentTypeInfo_modelVersion - The version of the model used to detect segments.

$sel:type':SegmentTypeInfo', segmentTypeInfo_type - The type of a segment (technical cue or shot detection).

segmentTypeInfo_modelVersion :: Lens' SegmentTypeInfo (Maybe Text) Source #

The version of the model used to detect segments.

segmentTypeInfo_type :: Lens' SegmentTypeInfo (Maybe SegmentType) Source #

The type of a segment (technical cue or shot detection).