class Videos extends Resource (View source)

The "videos" collection of methods.

Typical usage is:

 $videointelligenceService = new Google\Service\CloudVideoIntelligence(...);
 $videos = $videointelligenceService->videos;

Methods

annotate(GoogleCloudVideointelligenceV1AnnotateVideoRequest $postBody, array $optParams = [])

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). (videos.annotate)

Details

GoogleLongrunningOperation annotate(GoogleCloudVideointelligenceV1AnnotateVideoRequest $postBody, array $optParams = [])

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). (videos.annotate)

Parameters

GoogleCloudVideointelligenceV1AnnotateVideoRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception