Amazon Rekognition · JSON Structure

Amazon Rekognition Detectlabelsresponse Structure

Response object from the Amazon Rekognition DetectLabels operation containing detected labels with confidence scores and bounding box information.

Type: object Properties: 3 Required: 1
Celebrity RecognitionComputer-VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine-LearningObject DetectionText DetectionVideo Analysis

DetectLabelsResponse is a JSON Structure definition published by Amazon Rekognition, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Labels LabelModelVersion ImageProperties

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-detectlabelsresponse-structure.json",
  "name": "DetectLabelsResponse",
  "description": "Response object from the Amazon Rekognition DetectLabels operation containing detected labels with confidence scores and bounding box information.",
  "type": "object",
  "properties": {
    "Labels": {
      "type": "array",
      "description": "An array of labels for the real-world objects detected in the image.",
      "items": {
        "type": "object",
        "properties": {
          "Name": {
            "type": "string",
            "description": "The name of the detected label."
          },
          "Confidence": {
            "type": "double",
            "minimum": 0,
            "maximum": 100,
            "description": "Level of confidence in the label detection."
          },
          "Instances": {
            "type": "array",
            "description": "A list of instances of the label detected in the image, each with a bounding box.",
            "items": {
              "type": "object",
              "properties": {
                "BoundingBox": {
                  "type": "object",
                  "description": "The position of the detected instance in the image.",
                  "properties": {
                    "Width": {
                      "type": "double",
                      "description": "Width of the bounding box as a ratio of the overall image width."
                    },
                    "Height": {
                      "type": "double",
                      "description": "Height of the bounding box as a ratio of the overall image height."
                    },
                    "Left": {
                      "type": "double",
                      "description": "Left coordinate of the bounding box as a ratio of overall image width."
                    },
                    "Top": {
                      "type": "double",
                      "description": "Top coordinate of the bounding box as a ratio of overall image height."
                    }
                  },
                  "required": [
                    "Width",
                    "Height",
                    "Left",
                    "Top"
                  ]
                },
                "Confidence": {
                  "type": "double",
                  "minimum": 0,
                  "maximum": 100,
                  "description": "The confidence that Amazon Rekognition has in the accuracy of the bounding box."
                }
              }
            }
          },
          "Parents": {
            "type": "array",
            "description": "The parent labels for a label.",
            "items": {
              "type": "object",
              "properties": {
                "Name": {
                  "type": "string",
                  "description": "The name of the parent label."
                }
              }
            }
          },
          "Aliases": {
            "type": "array",
            "description": "A list of potential aliases for a given label.",
            "items": {
              "type": "object",
              "properties": {
                "Name": {
                  "type": "string",
                  "description": "The name of an alias."
                }
              }
            }
          },
          "Categories": {
            "type": "array",
            "description": "A list of the categories associated with a given label.",
            "items": {
              "type": "object",
              "properties": {
                "Name": {
                  "type": "string",
                  "description": "The name of a category that applies to a given label."
                }
              }
            }
          }
        },
        "required": [
          "Name",
          "Confidence"
        ]
      }
    },
    "LabelModelVersion": {
      "type": "string",
      "description": "Version number of the label detection model that was used to detect labels."
    },
    "ImageProperties": {
      "type": "object",
      "description": "Information about the properties of the input image.",
      "properties": {
        "Quality": {
          "type": "object",
          "properties": {
            "Brightness": {
              "type": "double",
              "description": "The brightness of the image."
            },
            "Sharpness": {
              "type": "double",
              "description": "The sharpness of the image."
            },
            "Contrast": {
              "type": "double",
              "description": "The contrast of the image."
            }
          }
        },
        "DominantColors": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "Red": {
                "type": "int32"
              },
              "Green": {
                "type": "int32"
              },
              "Blue": {
                "type": "int32"
              },
              "HexCode": {
                "type": "string"
              },
              "SimplifiedColor": {
                "type": "string"
              },
              "CSSColor": {
                "type": "string"
              },
              "PixelPercent": {
                "type": "double"
              }
            }
          }
        }
      }
    }
  },
  "required": [
    "Labels"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-rekognition-detectlabelsresponse-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.