libZSservicesZSamazonka-rekognitionZSamazonka-rekognition
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Rekognition.Types.ContentModerationDetection

Description

 
Synopsis

Documentation

data ContentModerationDetection Source #

Information about an inappropriate, unwanted, or offensive content label detection in a stored video.

See: newContentModerationDetection smart constructor.

Constructors

ContentModerationDetection' 

Fields

Instances

Instances details
Eq ContentModerationDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ContentModerationDetection

Read ContentModerationDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ContentModerationDetection

Show ContentModerationDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ContentModerationDetection

Generic ContentModerationDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ContentModerationDetection

Associated Types

type Rep ContentModerationDetection :: Type -> Type #

NFData ContentModerationDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ContentModerationDetection

Hashable ContentModerationDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ContentModerationDetection

FromJSON ContentModerationDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ContentModerationDetection

type Rep ContentModerationDetection Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ContentModerationDetection

type Rep ContentModerationDetection = D1 ('MetaData "ContentModerationDetection" "Amazonka.Rekognition.Types.ContentModerationDetection" "libZSservicesZSamazonka-rekognitionZSamazonka-rekognition" 'False) (C1 ('MetaCons "ContentModerationDetection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "moderationLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModerationLabel)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

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.

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.