Amazon Rekognition · JSON Structure

Amazon Rekognition Index Faces Response Structure

IndexFacesResponse schema from Amazon Rekognition

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

IndexFacesResponse 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

FaceRecords OrientationCorrection FaceModelVersion UnindexedFaces

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-index-faces-response-structure.json",
  "name": "IndexFacesResponse",
  "description": "IndexFacesResponse schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "FaceRecords": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "OrientationCorrection": {
      "type": "string"
    },
    "FaceModelVersion": {
      "type": "string"
    },
    "UnindexedFaces": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}