Amazon Rekognition · JSON Structure

Amazon Rekognition Start Video Job Response Structure

StartVideoJobResponse schema from Amazon Rekognition

Type: object Properties: 1
Celebrity RecognitionComputer VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine LearningObject DetectionText DetectionVideo Analysis

StartVideoJobResponse is a JSON Structure definition published by Amazon Rekognition, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

JobId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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