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.
53 lines
1.5 KiB
53 lines
1.5 KiB
6 years ago
|
type: google.api.Service
|
||
|
config_version: 3
|
||
|
name: videointelligence.googleapis.com
|
||
|
title: Cloud Video Intelligence API
|
||
|
|
||
|
apis:
|
||
|
- name: google.cloud.videointelligence.v1p2beta1.VideoIntelligenceService
|
||
|
|
||
|
types:
|
||
|
- name: google.cloud.videointelligence.v1p2beta1.AnnotateVideoResponse
|
||
|
- name: google.cloud.videointelligence.v1p2beta1.AnnotateVideoProgress
|
||
|
- name: google.cloud.videointelligence.v1p2beta1.VideoSegment
|
||
|
- name: google.rpc.Status
|
||
|
|
||
|
documentation:
|
||
|
summary: Cloud Video Intelligence API.
|
||
|
|
||
|
backend:
|
||
|
rules:
|
||
|
- selector: google.longrunning.Operations.ListOperations
|
||
|
deadline: 600.0
|
||
|
- selector: google.longrunning.Operations.GetOperation
|
||
|
deadline: 600.0
|
||
|
- selector: google.longrunning.Operations.DeleteOperation
|
||
|
deadline: 600.0
|
||
|
- selector: google.longrunning.Operations.CancelOperation
|
||
|
deadline: 600.0
|
||
|
- selector: google.cloud.videointelligence.v1p2beta1.VideoIntelligenceService.AnnotateVideo
|
||
|
deadline: 600.0
|
||
|
|
||
|
http:
|
||
|
rules:
|
||
|
- selector: google.longrunning.Operations.ListOperations
|
||
|
get: /v1p2beta1/operations
|
||
|
|
||
|
- selector: google.longrunning.Operations.GetOperation
|
||
|
get: '/v1p2beta1/operations/{name=*}'
|
||
|
|
||
|
- selector: google.longrunning.Operations.DeleteOperation
|
||
|
delete: '/v1p2beta1/operations/{name=*}'
|
||
|
|
||
|
- selector: google.longrunning.Operations.CancelOperation
|
||
|
post: '/v1p2beta1/operations/{name=*}:cancel'
|
||
|
body: '*'
|
||
|
|
||
|
|
||
|
authentication:
|
||
|
rules:
|
||
|
- selector: '*'
|
||
|
oauth:
|
||
|
canonical_scopes: |-
|
||
|
https://www.googleapis.com/auth/cloud-platform
|