Interface VideoIntelligenceServiceGrpc.AsyncService (2.40.0)

public static interface VideoIntelligenceServiceGrpc.AsyncService

Service that implements the Video Intelligence API.

Methods

annotateVideo(AnnotateVideoRequest request, StreamObserver<Operation> responseObserver)

public default 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>