Amazon Rekognition · Example Payload

Amazon Rekognition Detect Custom Labels Response Example

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

Amazon Rekognition Detect Custom Labels Response Example is an example object payload from Amazon Rekognition, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CustomLabels

Example Payload

Raw ↑
{
  "CustomLabels": [
    {
      "Name": "MyProduct",
      "Confidence": 92.3,
      "Geometry": {}
    }
  ]
}