Uses of Class
com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoRequest
-
Packages that use StreamingAnnotateVideoRequest Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence APIcom.google.cloud.videointelligence.v1p3beta1.stub -
-
Uses of StreamingAnnotateVideoRequest in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 that return StreamingAnnotateVideoRequest Modifier and Type Method Description StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest.Builder. build()
StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest.Builder. buildPartial()
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. getDefaultInstance()
StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest.Builder. getDefaultInstanceForType()
StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. getDefaultInstanceForType()
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseDelimitedFrom(InputStream input)
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseFrom(byte[] data)
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseFrom(com.google.protobuf.ByteString data)
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseFrom(InputStream input)
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseFrom(ByteBuffer data)
static StreamingAnnotateVideoRequest
StreamingAnnotateVideoRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type StreamingAnnotateVideoRequest Modifier and Type Method Description com.google.protobuf.Parser<StreamingAnnotateVideoRequest>
StreamingAnnotateVideoRequest. getParserForType()
static io.grpc.MethodDescriptor<StreamingAnnotateVideoRequest,StreamingAnnotateVideoResponse>
StreamingVideoIntelligenceServiceGrpc. getStreamingAnnotateVideoMethod()
static com.google.protobuf.Parser<StreamingAnnotateVideoRequest>
StreamingAnnotateVideoRequest. parser()
default io.grpc.stub.StreamObserver<StreamingAnnotateVideoRequest>
StreamingVideoIntelligenceServiceGrpc.AsyncService. streamingAnnotateVideo(io.grpc.stub.StreamObserver<StreamingAnnotateVideoResponse> responseObserver)
Performs video annotation with bidirectional streaming: emitting results while sending video/audio bytes.io.grpc.stub.StreamObserver<StreamingAnnotateVideoRequest>
StreamingVideoIntelligenceServiceGrpc.StreamingVideoIntelligenceServiceStub. streamingAnnotateVideo(io.grpc.stub.StreamObserver<StreamingAnnotateVideoResponse> responseObserver)
Performs video annotation with bidirectional streaming: emitting results while sending video/audio bytes.com.google.api.gax.rpc.BidiStreamingCallable<StreamingAnnotateVideoRequest,StreamingAnnotateVideoResponse>
StreamingVideoIntelligenceServiceClient. streamingAnnotateVideoCallable()
Performs video annotation with bidirectional streaming: emitting results while sending video/audio bytes.com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingAnnotateVideoRequest,StreamingAnnotateVideoResponse>
StreamingVideoIntelligenceServiceSettings.Builder. streamingAnnotateVideoSettings()
Returns the builder for the settings used for calls to streamingAnnotateVideo.com.google.api.gax.rpc.StreamingCallSettings<StreamingAnnotateVideoRequest,StreamingAnnotateVideoResponse>
StreamingVideoIntelligenceServiceSettings. streamingAnnotateVideoSettings()
Returns the object with the settings used for calls to streamingAnnotateVideo.Methods in com.google.cloud.videointelligence.v1p3beta1 with parameters of type StreamingAnnotateVideoRequest Modifier and Type Method Description StreamingAnnotateVideoRequest.Builder
StreamingAnnotateVideoRequest.Builder. mergeFrom(StreamingAnnotateVideoRequest other)
static StreamingAnnotateVideoRequest.Builder
StreamingAnnotateVideoRequest. newBuilder(StreamingAnnotateVideoRequest prototype)
-
Uses of StreamingAnnotateVideoRequest in com.google.cloud.videointelligence.v1p3beta1.stub
Methods in com.google.cloud.videointelligence.v1p3beta1.stub that return types with arguments of type StreamingAnnotateVideoRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<StreamingAnnotateVideoRequest,StreamingAnnotateVideoResponse>
GrpcStreamingVideoIntelligenceServiceStub. streamingAnnotateVideoCallable()
com.google.api.gax.rpc.BidiStreamingCallable<StreamingAnnotateVideoRequest,StreamingAnnotateVideoResponse>
StreamingVideoIntelligenceServiceStub. streamingAnnotateVideoCallable()
com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingAnnotateVideoRequest,StreamingAnnotateVideoResponse>
StreamingVideoIntelligenceServiceStubSettings.Builder. streamingAnnotateVideoSettings()
Returns the builder for the settings used for calls to streamingAnnotateVideo.com.google.api.gax.rpc.StreamingCallSettings<StreamingAnnotateVideoRequest,StreamingAnnotateVideoResponse>
StreamingVideoIntelligenceServiceStubSettings. streamingAnnotateVideoSettings()
Returns the object with the settings used for calls to streamingAnnotateVideo.
-