public static final class StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceBlockingV2Stub extends AbstractBlockingStub<StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service StreamingVideoIntelligenceService.
Service that implements streaming Video Intelligence API.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceBlockingV2Stub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
streamingAnnotateVideo()
public BlockingClientCall<StreamingAnnotateVideoRequest,StreamingAnnotateVideoResponse> streamingAnnotateVideo()Performs video annotation with bidirectional streaming: emitting results while sending video/audio bytes. This method is only available via the gRPC API (not REST).
| Returns | |
|---|---|
| Type | Description |
io.grpc.stub.BlockingClientCall<StreamingAnnotateVideoRequest,StreamingAnnotateVideoResponse> |
|