public static final class VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub extends io.grpc.stub.AbstractStub<VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub>
Service that implements Google Cloud Video Intelligence API.
Modifier and Type | Method and Description |
---|---|
Operation |
annotateVideo(AnnotateVideoRequest request)
Performs asynchronous video annotation.
|
protected VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
protected VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<VideoIntelligenceServiceGrpc.VideoIntelligenceServiceBlockingStub>
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).