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

Description

 
Synopsis

Documentation

data Video Source #

Video file stored in an Amazon S3 bucket. Amazon Rekognition video start operations such as StartLabelDetection use Video to specify a video for analysis. The supported file formats are .mp4, .mov and .avi.

See: newVideo smart constructor.

Constructors

Video' 

Fields

Instances

Instances details
Eq Video Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Video

Methods

(==) :: Video -> Video -> Bool #

(/=) :: Video -> Video -> Bool #

Read Video Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Video

Show Video Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Video

Methods

showsPrec :: Int -> Video -> ShowS #

show :: Video -> String #

showList :: [Video] -> ShowS #

Generic Video Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Video

Associated Types

type Rep Video :: Type -> Type #

Methods

from :: Video -> Rep Video x #

to :: Rep Video x -> Video #

NFData Video Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Video

Methods

rnf :: Video -> () #

Hashable Video Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Video

Methods

hashWithSalt :: Int -> Video -> Int #

hash :: Video -> Int #

ToJSON Video Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Video

type Rep Video Source # 
Instance details

Defined in Amazonka.Rekognition.Types.Video

type Rep Video = D1 ('MetaData "Video" "Amazonka.Rekognition.Types.Video" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "Video'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Object") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Object))))

newVideo :: Video Source #

Create a value of Video 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:s3Object:Video', video_s3Object - The Amazon S3 bucket name and file name for the video.

video_s3Object :: Lens' Video (Maybe S3Object) Source #

The Amazon S3 bucket name and file name for the video.