| 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.ShotSegment
Description
Synopsis
Documentation
data ShotSegment Source #
Information about a shot detection segment detected in a video. For more information, see SegmentDetection.
See: newShotSegment smart constructor.
Constructors
| ShotSegment' | |
Instances
newShotSegment :: ShotSegment Source #
Create a value of ShotSegment 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:confidence:ShotSegment', shotSegment_confidence - The confidence that Amazon Rekognition Video has in the accuracy of the
detected segment.
$sel:index:ShotSegment', shotSegment_index - An Identifier for a shot detection segment detected in a video.
shotSegment_confidence :: Lens' ShotSegment (Maybe Double) Source #
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
shotSegment_index :: Lens' ShotSegment (Maybe Natural) Source #
An Identifier for a shot detection segment detected in a video.