Class VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub>
-
- com.google.cloud.videointelligence.v1.VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub
-
- Enclosing class:
- VideoIntelligenceServiceGrpc
public static final class VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service VideoIntelligenceService.Service that implements the Video Intelligence API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.longrunning.Operation
annotateVideo(AnnotateVideoRequest request)
Performs asynchronous video annotation.protected VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
-
Method Detail
-
build
protected VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub>
-
annotateVideo
public com.google.longrunning.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).
-
-