Amazon Rekognition · Example Payload

Amazon Rekognition Index Faces Response Example

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

Amazon Rekognition Index Faces Response Example is an example object payload from Amazon Rekognition, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FaceRecordsOrientationCorrectionFaceModelVersionUnindexedFaces

Example Payload

Raw ↑
{
  "FaceRecords": [
    {}
  ],
  "OrientationCorrection": "sample-value",
  "FaceModelVersion": "6.0",
  "UnindexedFaces": [
    {}
  ]
}