You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
6 years ago
|
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=*}'
|