Video Annotation Request

Schema for a Google Cloud Video Intelligence annotation request.

Content ModerationGoogle CloudMachine-LearningObject DetectionVideo AnalysisVideo Intelligence

Properties

Name Type Description
inputUri string Google Cloud Storage URI of the video to annotate.
inputContent string Base64-encoded video content for inline processing.
features array The video analysis features to enable.
videoContext object Additional video context and configuration.
outputUri string Google Cloud Storage URI for output results.
locationId string Cloud region where annotation should take place.
View JSON Schema on GitHub

JSON Schema

video-annotation.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-cloud-video-intelligence/refs/heads/main/json-schema/video-annotation.json",
  "title": "Video Annotation Request",
  "description": "Schema for a Google Cloud Video Intelligence annotation request.",
  "type": "object",
  "required": ["features"],
  "properties": {
    "inputUri": {
      "type": "string",
      "description": "Google Cloud Storage URI of the video to annotate."
    },
    "inputContent": {
      "type": "string",
      "description": "Base64-encoded video content for inline processing."
    },
    "features": {
      "type": "array",
      "description": "The video analysis features to enable.",
      "items": {
        "type": "string",
        "enum": [
          "FEATURE_UNSPECIFIED",
          "LABEL_DETECTION",
          "SHOT_CHANGE_DETECTION",
          "EXPLICIT_CONTENT_DETECTION",
          "SPEECH_TRANSCRIPTION",
          "TEXT_DETECTION",
          "OBJECT_TRACKING",
          "LOGO_RECOGNITION",
          "PERSON_DETECTION"
        ]
      }
    },
    "videoContext": {
      "type": "object",
      "description": "Additional video context and configuration.",
      "properties": {
        "segments": {
          "type": "array",
          "description": "Video segments to annotate.",
          "items": {
            "type": "object",
            "properties": {
              "startTimeOffset": {
                "type": "string",
                "description": "Start time offset in seconds."
              },
              "endTimeOffset": {
                "type": "string",
                "description": "End time offset in seconds."
              }
            }
          }
        },
        "labelDetectionConfig": {
          "type": "object",
          "properties": {
            "labelDetectionMode": {
              "type": "string",
              "enum": ["LABEL_DETECTION_MODE_UNSPECIFIED", "SHOT_MODE", "FRAME_MODE", "SHOT_AND_FRAME_MODE"]
            },
            "stationaryCamera": {
              "type": "boolean"
            },
            "model": {
              "type": "string"
            }
          }
        }
      }
    },
    "outputUri": {
      "type": "string",
      "description": "Google Cloud Storage URI for output results."
    },
    "locationId": {
      "type": "string",
      "description": "Cloud region where annotation should take place."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/video-annotation"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.