Google Cloud Video Intelligence · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Google Cloud Video Intelligence.

13 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gcp: https://cloud.google.com/video-intelligence#

Classes

VideoAnnotation inputUri features videoContext labelDetection shotChangeDetection explicitContentDetection objectTracking textDetection outputUri name description url

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gcp": "https://cloud.google.com/video-intelligence#",
    "VideoAnnotation": "gcp:VideoAnnotation",
    "inputUri": "gcp:inputUri",
    "features": "gcp:features",
    "videoContext": "gcp:videoContext",
    "labelDetection": "gcp:labelDetection",
    "shotChangeDetection": "gcp:shotChangeDetection",
    "explicitContentDetection": "gcp:explicitContentDetection",
    "objectTracking": "gcp:objectTracking",
    "textDetection": "gcp:textDetection",
    "outputUri": "gcp:outputUri",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url"
  }
}