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
data TechnicalCueSegment Source #
Information about a technical cue segment. For more information, see SegmentDetection.
See: newTechnicalCueSegment
smart constructor.
TechnicalCueSegment' | |
|
Instances
newTechnicalCueSegment :: TechnicalCueSegment Source #
Create a value of TechnicalCueSegment
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:TechnicalCueSegment'
, technicalCueSegment_confidence
- The confidence that Amazon Rekognition Video has in the accuracy of the
detected segment.
$sel:type':TechnicalCueSegment'
, technicalCueSegment_type
- The type of the technical cue.
technicalCueSegment_confidence :: Lens' TechnicalCueSegment (Maybe Double) Source #
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
technicalCueSegment_type :: Lens' TechnicalCueSegment (Maybe TechnicalCueType) Source #
The type of the technical cue.