VideoIntelligenceServiceGrpcClient
class VideoIntelligenceServiceGrpcClient extends BaseStub
Service that implements Google Cloud Video Intelligence API.
Methods
__construct(string $hostname, array $opts, Channel $channel = null)
No description
AnnotateVideo(AnnotateVideoRequest $argument, array $metadata = [], array $options = [])
Performs asynchronous video annotation. Progress and results can be
retrieved through the google.longrunning.Operations
interface.
Details
at line 31
__construct(string $hostname, array $opts, Channel $channel = null)
at line 44
AnnotateVideo(AnnotateVideoRequest $argument, array $metadata = [], array $options = [])
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).