AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.ContentModerationDetection

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class ContentModerationDetection

The ContentModerationDetection type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentTypes System.Collections.Generic.List<Amazon.Rekognition.Model.ContentType>

Gets and sets the property ContentTypes.

A list of predicted results for the type of content an image contains. For example, the image content might be from animation, sports, or a video game.

Public Property DurationMillis System.Int64

Gets and sets the property DurationMillis.

The time duration of a segment in milliseconds, I.e. time elapsed from StartTimestampMillis to EndTimestampMillis.

Public Property EndTimestampMillis System.Int64

Gets and sets the property EndTimestampMillis.

The time in milliseconds defining the end of the timeline segment containing a continuously detected moderation label.

Public Property ModerationLabel Amazon.Rekognition.Model.ModerationLabel

Gets and sets the property ModerationLabel.

The content moderation label detected by in the stored video.

Public Property StartTimestampMillis System.Int64

Gets and sets the property StartTimestampMillis.

The time in milliseconds defining the start of the timeline segment containing a continuously detected moderation label.

Public Property Timestamp System.Int64

Gets and sets the property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5