blob: 37918a95f9d440f8a78eb25b0b0146e26a0e24e2 [file] [log] [blame]
type: google.api.Service
config_version: 3
name: videointelligence.googleapis.com
title: Google Cloud Video Intelligence API
apis:
- name: google.cloud.videointelligence.v1beta2.VideoIntelligenceService
documentation:
summary:
Google Cloud Video Intelligence API.
authentication:
rules:
- selector: '*'
allow_without_credential: true
oauth:
canonical_scopes: https://www.googleapis.com/auth/cloud-platform
types:
- name: google.cloud.videointelligence.v1beta2.AnnotateVideoResponse
- name: google.cloud.videointelligence.v1beta2.AnnotateVideoProgress
- name: google.cloud.videointelligence.v1beta2.VideoSegment
- name: google.rpc.Status
# HTTP overrides.
http:
rules:
- selector: google.longrunning.Operations.GetOperation
get: '/v1/operations/{name=*}'
- selector: google.longrunning.Operations.ListOperations
get: '/v1/operations'
- selector: google.longrunning.Operations.CancelOperation
post: '/v1/operations/{name=*}:cancel'
body: '*'
- selector: google.longrunning.Operations.DeleteOperation
delete: '/v1/operations/{name=*}'