Amazon Rekognition · JSON Structure

Amazon Rekognition Detect Faces Response Structure

DetectFacesResponse schema from Amazon Rekognition

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

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

Properties

FaceDetails OrientationCorrection

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-faces-response-structure.json",
  "name": "DetectFacesResponse",
  "description": "DetectFacesResponse schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "FaceDetails": {
      "type": "array",
      "description": "Details of each face found in the image.",
      "items": {
        "$ref": "#/components/schemas/FaceDetail"
      }
    },
    "OrientationCorrection": {
      "type": "string",
      "description": "Orientation correction value."
    }
  }
}