| 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.TechnicalCueSegment
Description
Documentation
data TechnicalCueSegment Source #
Information about a technical cue segment. For more information, see SegmentDetection.
See: newTechnicalCueSegment smart constructor.
Constructors
| TechnicalCueSegment' | |
Fields
| |
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.