videos
Creates, updates, deletes, gets or lists a videos
resource.
Overview
Name | videos |
Type | Resource |
Id | google.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
videos_annotate | exec | 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). |
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.
Name | Datatype | Description |
---|
Lifecycle Methods
- videos_annotate
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 }}"
}';