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 |
Synopsis
- data ContentModerationDetection = ContentModerationDetection' {}
- newContentModerationDetection :: ContentModerationDetection
- contentModerationDetection_moderationLabel :: Lens' ContentModerationDetection (Maybe ModerationLabel)
- contentModerationDetection_timestamp :: Lens' ContentModerationDetection (Maybe Integer)
Documentation
data ContentModerationDetection Source #
Information about an inappropriate, unwanted, or offensive content label detection in a stored video.
See: newContentModerationDetection
smart constructor.
ContentModerationDetection' | |
|
Instances
newContentModerationDetection :: ContentModerationDetection Source #
Create a value of ContentModerationDetection
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:moderationLabel:ContentModerationDetection'
, contentModerationDetection_moderationLabel
- The content moderation label detected by in the stored video.
$sel:timestamp:ContentModerationDetection'
, contentModerationDetection_timestamp
- Time, in milliseconds from the beginning of the video, that the content
moderation label was detected. Note that Timestamp
is not guaranteed
to be accurate to the individual frame where the moderated content first
appears.
contentModerationDetection_moderationLabel :: Lens' ContentModerationDetection (Maybe ModerationLabel) Source #
The content moderation label detected by in the stored video.
contentModerationDetection_timestamp :: Lens' ContentModerationDetection (Maybe Integer) Source #
Time, in milliseconds from the beginning of the video, that the content
moderation label was detected. Note that Timestamp
is not guaranteed
to be accurate to the individual frame where the moderated content first
appears.