Amazon Rekognition · JSON Structure

Amazon Rekognition Search Faces By Image Response Structure

SearchFacesByImageResponse schema from Amazon Rekognition

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

SearchFacesByImageResponse 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

SearchedFaceBoundingBox SearchedFaceConfidence FaceMatches FaceModelVersion

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-search-faces-by-image-response-structure.json",
  "name": "SearchFacesByImageResponse",
  "description": "SearchFacesByImageResponse schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "SearchedFaceBoundingBox": {
      "$ref": "#/components/schemas/BoundingBox"
    },
    "SearchedFaceConfidence": {
      "type": "float"
    },
    "FaceMatches": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "FaceModelVersion": {
      "type": "string"
    }
  }
}