| 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.StartSegmentDetectionFilters
Description
Synopsis
- data StartSegmentDetectionFilters = StartSegmentDetectionFilters' {}
- newStartSegmentDetectionFilters :: StartSegmentDetectionFilters
- startSegmentDetectionFilters_shotFilter :: Lens' StartSegmentDetectionFilters (Maybe StartShotDetectionFilter)
- startSegmentDetectionFilters_technicalCueFilter :: Lens' StartSegmentDetectionFilters (Maybe StartTechnicalCueDetectionFilter)
Documentation
data StartSegmentDetectionFilters Source #
Filters applied to the technical cue or shot detection segments. For more information, see StartSegmentDetection.
See: newStartSegmentDetectionFilters smart constructor.
Constructors
| StartSegmentDetectionFilters' | |
Fields
| |
Instances
newStartSegmentDetectionFilters :: StartSegmentDetectionFilters Source #
Create a value of StartSegmentDetectionFilters 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:shotFilter:StartSegmentDetectionFilters', startSegmentDetectionFilters_shotFilter - Filters that are specific to shot detections.
$sel:technicalCueFilter:StartSegmentDetectionFilters', startSegmentDetectionFilters_technicalCueFilter - Filters that are specific to technical cues.
startSegmentDetectionFilters_shotFilter :: Lens' StartSegmentDetectionFilters (Maybe StartShotDetectionFilter) Source #
Filters that are specific to shot detections.
startSegmentDetectionFilters_technicalCueFilter :: Lens' StartSegmentDetectionFilters (Maybe StartTechnicalCueDetectionFilter) Source #
Filters that are specific to technical cues.