Skip to main content

videos

Creates, updates, deletes, gets or lists a videos resource.

Overview

Namevideos
TypeResource
Idgoogle.videointelligence.videos

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
videos_annotateexecPerforms asynchronous video annotation. Progress and results can be retrieved through the google.longrunning.Operations interface. Operation.metadata contains AnnotateVideoProgress (progress). Operation.response contains AnnotateVideoResponse (results).

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

Lifecycle Methods

Performs asynchronous video annotation. Progress and results can be retrieved through the google.longrunning.Operations interface. Operation.metadata contains AnnotateVideoProgress (progress). Operation.response contains AnnotateVideoResponse (results).

EXEC google.videointelligence.videos.videos_annotate 
@@json=
'{
"inputUri": "{{ inputUri }}",
"inputContent": "{{ inputContent }}",
"features": "{{ features }}",
"videoContext": "{{ videoContext }}",
"outputUri": "{{ outputUri }}",
"locationId": "{{ locationId }}"
}';