IRekognitionContentModerationDetection
Interface in AWS.Rekognition
Interface for ContentModerationDetection.
Properties
ContentTypes
property ContentTypes: TList<IRekognitionContentType>
Type: IRekognitionContentType
A list of predicted results for the type of content in the image.
DurationMillis
property DurationMillis: TOptional<Int64>
The time duration of a segment in milliseconds.
EndTimestampMillis
property EndTimestampMillis: TOptional<Int64>
The time in milliseconds defining the end of the segment containing a continuously detected moderation label.
ModerationLabel
property ModerationLabel: IRekognitionModerationLabel
Type: IRekognitionModerationLabel
The content moderation label detected in the stored video.
StartTimestampMillis
property StartTimestampMillis: TOptional<Int64>
The time in milliseconds defining the start of the segment containing a continuously detected moderation label.
Timestamp
property Timestamp: TOptional<Int64>
The time in milliseconds from the beginning of the video, that the content moderation label was detected.
NOTE: Timestamp is not guarunteed to be accurate to the individual frame where the moderated content first appears.