Amazon Rekognition · Example Payload

Amazon Rekognition Detect Labels Response Example

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

Amazon Rekognition Detect Labels 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

LabelsOrientationCorrectionLabelModelVersionImageProperties

Example Payload

Raw ↑
{
  "Labels": [
    "sample-value"
  ],
  "OrientationCorrection": "ROTATE_0",
  "LabelModelVersion": "3.0",
  "ImageProperties": {}
}