Amazon Rekognition · Example Payload

Amazon Rekognition Get Video Job Result Request Example

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

Amazon Rekognition Get Video Job Result 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

JobIdMaxResultsNextTokenSortByAggregateBy

Example Payload

Raw ↑
{
  "JobId": "1234567890abcdef",
  "MaxResults": 100,
  "NextToken": "abc123token",
  "SortBy": "NAME",
  "AggregateBy": "SEGMENTS"
}