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

Description

 

Documentation

newtype SegmentType Source #

Constructors

SegmentType' 

Bundled Patterns

pattern SegmentType_SHOT :: SegmentType 
pattern SegmentType_TECHNICAL_CUE :: SegmentType 

Instances

Instances details
Eq SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

Ord SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

Read SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

Show SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

Generic SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

Associated Types

type Rep SegmentType :: Type -> Type #

NFData SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

Methods

rnf :: SegmentType -> () #

Hashable SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

ToJSON SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

ToJSONKey SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

FromJSON SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

FromJSONKey SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

ToLog SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

ToHeader SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

ToQuery SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

FromXML SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

ToXML SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

Methods

toXML :: SegmentType -> XML #

ToByteString SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

FromText SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

ToText SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

Methods

toText :: SegmentType -> Text #

type Rep SegmentType Source # 
Instance details

Defined in Amazonka.Rekognition.Types.SegmentType

type Rep SegmentType = D1 ('MetaData "SegmentType" "Amazonka.Rekognition.Types.SegmentType" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'True) (C1 ('MetaCons "SegmentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSegmentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))