public static interface VideoIntelligenceServiceGrpc.AsyncService
Service that implements Google Cloud 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> |