Class VideoIntelligenceServiceGrpc.VideoIntelligenceServiceImplBase (2.2.10)

public abstract static class VideoIntelligenceServiceGrpc.VideoIntelligenceServiceImplBase implements BindableService

Service that implements Google Cloud Video Intelligence API.

Inheritance

java.lang.Object > VideoIntelligenceServiceGrpc.VideoIntelligenceServiceImplBase

Implements

io.grpc.BindableService

Constructors

VideoIntelligenceServiceImplBase()

public VideoIntelligenceServiceImplBase()

Methods

annotateVideo(AnnotateVideoRequest request, StreamObserver<Operation> responseObserver)

public void annotateVideo(AnnotateVideoRequest request, 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).

Parameters
NameDescription
requestAnnotateVideoRequest
responseObserverio.grpc.stub.StreamObserver<Operation>

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition