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 |
Synopsis
Documentation
data ShotSegment Source #
Information about a shot detection segment detected in a video. For more information, see SegmentDetection.
See: newShotSegment
smart constructor.
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.