Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
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.
Instances
Eq Video Source # | |
Read Video Source # | |
Show Video Source # | |
Generic Video Source # | |
NFData Video Source # | |
Defined in Amazonka.Rekognition.Types.Video | |
Hashable Video Source # | |
Defined in Amazonka.Rekognition.Types.Video | |
ToJSON Video Source # | |
Defined in Amazonka.Rekognition.Types.Video | |
type Rep Video Source # | |
Defined in Amazonka.Rekognition.Types.Video |
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.