1type: google.api.Service 2config_version: 3 3name: videointelligence.googleapis.com 4title: Cloud Video Intelligence API 5 6apis: 7- name: google.cloud.videointelligence.v1p3beta1.StreamingVideoIntelligenceService 8- name: google.cloud.videointelligence.v1p3beta1.VideoIntelligenceService 9 10types: 11- name: google.cloud.videointelligence.v1p3beta1.AnnotateVideoProgress 12- name: google.cloud.videointelligence.v1p3beta1.AnnotateVideoResponse 13- name: google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoResponse 14- name: google.cloud.videointelligence.v1p3beta1.VideoSegment 15 16documentation: 17 summary: |- 18 Detects objects, explicit content, and scene changes in videos. It also 19 specifies the region for annotation and transcribes speech to text. 20 Supports both asynchronous API and streaming API. 21 22authentication: 23 rules: 24 - selector: google.cloud.videointelligence.v1p3beta1.StreamingVideoIntelligenceService.StreamingAnnotateVideo 25 oauth: 26 canonical_scopes: |- 27 https://www.googleapis.com/auth/cloud-platform 28 - selector: google.cloud.videointelligence.v1p3beta1.VideoIntelligenceService.AnnotateVideo 29 oauth: 30 canonical_scopes: |- 31 https://www.googleapis.com/auth/cloud-platform 32 - selector: 'google.longrunning.Operations.*' 33 oauth: 34 canonical_scopes: |- 35 https://www.googleapis.com/auth/cloud-platform 36