Class StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceStub (2.43.0)

public static final class StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceStub extends AbstractAsyncStub<StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceStub>

A stub to allow clients to do asynchronous rpc calls to service StreamingVideoIntelligenceService.

Service that implements streaming Video Intelligence API.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

streamingAnnotateVideo(StreamObserver<StreamingAnnotateVideoResponse> responseObserver)

public 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
Name Description
responseObserver io.grpc.stub.StreamObserver<StreamingAnnotateVideoResponse>
Returns
Type Description
io.grpc.stub.StreamObserver<StreamingAnnotateVideoRequest>