Class VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub (2.1.0)

public static final class VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub extends AbstractBlockingStub<VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub>

Service that implements the Video Intelligence API.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub

Methods

annotateVideo(AnnotateVideoRequest request)

public Operation annotateVideo(AnnotateVideoRequest request)

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

Parameter
NameDescription
requestAnnotateVideoRequest
Returns
TypeDescription
Operation

build(Channel channel, CallOptions callOptions)

protected VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)