Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.videointelligence.videos

Cloud Video Intelligence API: videos. Detects objects, explicit content, and scene changes in videos. It also specifies the region for annotation and transcribes speech to text. Supports both asynchronous API and streaming API. See: https://cloud.google.com/video-intelligence/docs/api/reference/rest/v1/videos

Cloud Video Intelligence API: videos.
Detects objects, explicit content, and scene changes in videos. It also specifies the region for annotation and transcribes speech to text. Supports both asynchronous API and streaming API.
See: https://cloud.google.com/video-intelligence/docs/api/reference/rest/v1/videos
raw docstring

annotate$clj

(annotate$ auth parameters body)

https://cloud.google.com/video-intelligence/docs/api/reference/rest/v1/videos/annotate

Required parameters: none

Optional parameters: none

Body:

{:features [string], :outputUri string, :videoContext {:labelDetectionConfig GoogleCloudVideointelligenceV1_LabelDetectionConfig, :explicitContentDetectionConfig GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig, :objectTrackingConfig GoogleCloudVideointelligenceV1_ObjectTrackingConfig, :speechTranscriptionConfig GoogleCloudVideointelligenceV1_SpeechTranscriptionConfig, :segments [GoogleCloudVideointelligenceV1_VideoSegment], :textDetectionConfig GoogleCloudVideointelligenceV1_TextDetectionConfig, :shotChangeDetectionConfig GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig}, :locationId string, :inputUri string, :inputContent string}

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).

https://cloud.google.com/video-intelligence/docs/api/reference/rest/v1/videos/annotate

Required parameters: none

Optional parameters: none

Body: 

{:features [string],
 :outputUri string,
 :videoContext {:labelDetectionConfig GoogleCloudVideointelligenceV1_LabelDetectionConfig,
                :explicitContentDetectionConfig GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig,
                :objectTrackingConfig GoogleCloudVideointelligenceV1_ObjectTrackingConfig,
                :speechTranscriptionConfig GoogleCloudVideointelligenceV1_SpeechTranscriptionConfig,
                :segments [GoogleCloudVideointelligenceV1_VideoSegment],
                :textDetectionConfig GoogleCloudVideointelligenceV1_TextDetectionConfig,
                :shotChangeDetectionConfig GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig},
 :locationId string,
 :inputUri string,
 :inputContent string}

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).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close