Class VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingV2Stub (2.61.0)

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

A stub to allow clients to do synchronous rpc calls to service VideoIntelligenceService.

Service that implements Google Cloud Video Intelligence API.

Inheritance

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

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
Name Description
request AnnotateVideoRequest
Returns
Type Description
Operation

build(Channel channel, CallOptions callOptions)

protected VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingV2Stub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)