public static final class VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub extends AbstractBlockingStub<VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub>A stub to allow clients to do limited 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.VideoIntelligenceServiceBlockingStubMethods
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.VideoIntelligenceServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)