Amazon Rekognition · Schema

DetectLabelsResponse

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

Celebrity RecognitionComputer-VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine-LearningObject DetectionText DetectionVideo Analysis

Properties

Name Type Description
Labels array An array of labels for the real-world objects detected in the image.
LabelModelVersion string Version number of the label detection model that was used to detect labels.
ImageProperties object Information about the properties of the input image.
View JSON Schema on GitHub

JSON Schema

amazon-rekognition-detectlabelsresponse-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://aws.amazon.com/rekognition/schemas/detectlabelsresponse",
  "title": "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": "number",
            "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": "number",
                      "description": "Width of the bounding box as a ratio of the overall image width."
                    },
                    "Height": {
                      "type": "number",
                      "description": "Height of the bounding box as a ratio of the overall image height."
                    },
                    "Left": {
                      "type": "number",
                      "description": "Left coordinate of the bounding box as a ratio of overall image width."
                    },
                    "Top": {
                      "type": "number",
                      "description": "Top coordinate of the bounding box as a ratio of overall image height."
                    }
                  },
                  "required": ["Width", "Height", "Left", "Top"]
                },
                "Confidence": {
                  "type": "number",
                  "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": "number",
              "description": "The brightness of the image."
            },
            "Sharpness": {
              "type": "number",
              "description": "The sharpness of the image."
            },
            "Contrast": {
              "type": "number",
              "description": "The contrast of the image."
            }
          }
        },
        "DominantColors": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "Red": {
                "type": "integer"
              },
              "Green": {
                "type": "integer"
              },
              "Blue": {
                "type": "integer"
              },
              "HexCode": {
                "type": "string"
              },
              "SimplifiedColor": {
                "type": "string"
              },
              "CSSColor": {
                "type": "string"
              },
              "PixelPercent": {
                "type": "number"
              }
            }
          }
        }
      }
    }
  },
  "required": ["Labels"]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/amazon-rekognition-detectlabelsresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.