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)

Parameters

string $hostname hostname
array $opts channel options
Channel $channel (optional) re-use channel object

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

Parameters

AnnotateVideoRequest $argument input argument
array $metadata metadata
array $options call options