Amazon Rekognition · Schema

IndexFacesResponse

IndexFacesResponse schema from Amazon Rekognition

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

Properties

Name Type Description
FaceRecords array
OrientationCorrection string
FaceModelVersion string
UnindexedFaces array
View JSON Schema on GitHub

JSON Schema

amazon-rekognition-index-faces-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rekognition/refs/heads/main/json-schema/amazon-rekognition-index-faces-response-schema.json",
  "title": "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"
      }
    }
  }
}