public abstract static class VideoIntelligenceServiceGrpc.VideoIntelligenceServiceImplBase
extends java.lang.Object
implements io.grpc.BindableService
Service that implements Google Cloud Video Intelligence API.
Constructor and Description |
---|
VideoIntelligenceServiceImplBase() |
Modifier and Type | Method and Description |
---|---|
void |
annotateVideo(AnnotateVideoRequest request,
io.grpc.stub.StreamObserver<Operation> responseObserver)
Performs asynchronous video annotation.
|
io.grpc.ServerServiceDefinition |
bindService() |
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).
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService