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