Amazon Rekognition · JSON Structure

Amazon Rekognition Video Structure

Video file stored in an Amazon S3 bucket.

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

Video 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

S3Object

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-video-structure.json",
  "name": "Video",
  "description": "Video file stored in an Amazon S3 bucket.",
  "type": "object",
  "properties": {
    "S3Object": {
      "$ref": "#/components/schemas/S3Object"
    }
  }
}