Amazon Rekognition · Example Payload

Amazon Rekognition Get Label Detection Response Example

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

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

Top-level fields

JobStatusStatusMessageVideoMetadataNextTokenLabelsLabelModelVersionJobId

Example Payload

Raw ↑
{
  "JobStatus": "SUCCEEDED",
  "StatusMessage": "SUCCEEDED",
  "VideoMetadata": {},
  "NextToken": "abc123token",
  "Labels": [
    {
      "Timestamp": 13,
      "Label": "sample-value"
    }
  ],
  "LabelModelVersion": "6.0",
  "JobId": "500123"
}