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.
Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z
public class ContentModerationDetection
The ContentModerationDetection type exposes the following members
Name | Description | |
---|---|---|
ContentModerationDetection() |
Name | Type | Description | |
---|---|---|---|
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. |
|
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. |
|
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. |
|
ModerationLabel | Amazon.Rekognition.Model.ModerationLabel |
Gets and sets the property ModerationLabel. The content moderation label detected by in the stored video. |
|
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. |
|
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 |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5