Interface VideoIntelligenceServiceGrpc.AsyncService (2.41.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
Name Description
request AnnotateVideoRequest
responseObserver io.grpc.stub.StreamObserver<Operation>