| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Rekognition.Types.Video
Description
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.
Constructors
| Video' | |
Instances
| ToJSON Video Source # | |
Defined in Amazonka.Rekognition.Types.Video | |
| Generic Video Source # | |
| Read Video Source # | |
| Show Video Source # | |
| NFData Video Source # | |
Defined in Amazonka.Rekognition.Types.Video | |
| Eq Video Source # | |
| Hashable 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.