Amazon Rekognition · Schema

StartVideoJobResponse

StartVideoJobResponse schema from Amazon Rekognition

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

Properties

Name Type Description
JobId string The identifier for the video analysis job.
View JSON Schema on GitHub

JSON Schema

amazon-rekognition-start-video-job-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-rekognition/refs/heads/main/json-schema/amazon-rekognition-start-video-job-response-schema.json",
  "title": "StartVideoJobResponse",
  "description": "StartVideoJobResponse schema from Amazon Rekognition",
  "type": "object",
  "properties": {
    "JobId": {
      "type": "string",
      "description": "The identifier for the video analysis job.",
      "example": "1234567890abcdef"
    }
  }
}