Amazon Rekognition · Example Payload

Amazon Rekognition Detect Labels Request Example

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

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

Top-level fields

ImageMaxLabelsMinConfidenceFeaturesSettings

Example Payload

Raw ↑
{
  "Image": "sample-value",
  "MaxLabels": 10,
  "MinConfidence": 75.0,
  "Features": [
    "GENERAL_LABELS"
  ],
  "Settings": {}
}