Interface StreamingVideoIntelligenceServiceGrpc.AsyncService (2.36.0)

public static interface StreamingVideoIntelligenceServiceGrpc.AsyncService

Service that implements streaming Video Intelligence API.

Methods

streamingAnnotateVideo(StreamObserver<StreamingAnnotateVideoResponse> responseObserver)

public default StreamObserver<StreamingAnnotateVideoRequest> streamingAnnotateVideo(StreamObserver<StreamingAnnotateVideoResponse> responseObserver)

Performs video annotation with bidirectional streaming: emitting results while sending video/audio bytes. This method is only available via the gRPC API (not REST).

Parameter
NameDescription
responseObserverio.grpc.stub.StreamObserver<StreamingAnnotateVideoResponse>
Returns
TypeDescription
io.grpc.stub.StreamObserver<StreamingAnnotateVideoRequest>