Amazon Rekognition · Example Payload

Amazon Rekognition Face Detail Example

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

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

Top-level fields

BoundingBoxAgeRangeSmileGenderEmotionsConfidence

Example Payload

Raw ↑
{
  "BoundingBox": "sample-value",
  "AgeRange": {
    "Low": 25,
    "High": 35
  },
  "Smile": {
    "Value": true,
    "Confidence": 36.57
  },
  "Gender": {
    "Value": "Female",
    "Confidence": 56.64
  },
  "Emotions": [
    {
      "Type": "UNKNOWN",
      "Confidence": 5.1
    }
  ],
  "Confidence": 99.7
}