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