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.

This is the response object from the DetectModerationLabels operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Rekognition.Model.DetectModerationLabelsResponse

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

Syntax

C#
public class DetectModerationLabelsResponse : AmazonWebServiceResponse

The DetectModerationLabelsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HumanLoopActivationOutput Amazon.Rekognition.Model.HumanLoopActivationOutput

Gets and sets the property HumanLoopActivationOutput.

Shows the results of the human in the loop evaluation.

Public Property ModerationLabels System.Collections.Generic.List<Amazon.Rekognition.Model.ModerationLabel>

Gets and sets the property ModerationLabels.

Array of detected Moderation labels and the time, in milliseconds from the start of the video, they were detected.

Public Property ModerationModelVersion System.String

Gets and sets the property ModerationModelVersion.

Version number of the base moderation detection model that was used to detect unsafe content.

Public Property ProjectVersion System.String

Gets and sets the property ProjectVersion.

Identifier of the custom adapter that was used during inference. If during inference the adapter was EXPIRED, then the parameter will not be returned, indicating that a base moderation detection project version was used.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

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