Amazon Rekognition · JSON Structure

Amazon Rekognition Detect Moderation Labels Response Structure

DetectModerationLabelsResponse schema from Amazon Rekognition

Type: object Properties: 4
Celebrity RecognitionComputer VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine LearningObject DetectionText DetectionVideo Analysis

DetectModerationLabelsResponse is a JSON Structure definition published by Amazon Rekognition, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ModerationLabels ModerationModelVersion HumanLoopActivationOutput ProjectVersion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rekognition/refs/heads/main/json-structure/amazon-rekognition-detect-moderation-labels-response-structure.json",
  "name": "DetectModerationLabelsResponse",
  "description": "DetectModerationLabelsResponse schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "ModerationLabels": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "Confidence": {
            "type": "float"
          },
          "Name": {
            "type": "string",
            "example": "Explicit Nudity"
          },
          "ParentName": {
            "type": "string"
          }
        }
      }
    },
    "ModerationModelVersion": {
      "type": "string",
      "example": "7.0"
    },
    "HumanLoopActivationOutput": {
      "type": "object"
    },
    "ProjectVersion": {
      "type": "string"
    }
  }
}