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 StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest.Builder. build()StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest.Builder. buildPartial()static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. getDefaultInstance()StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest.Builder. getDefaultInstanceForType()StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. getDefaultInstanceForType()static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. parseDelimitedFrom(InputStream input)static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. parseFrom(byte[] data)static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. parseFrom(com.google.protobuf.ByteString data)static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. parseFrom(InputStream input)static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. parseFrom(ByteBuffer data)static StreamingAnnotateVideoRequestStreamingAnnotateVideoRequest. 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.BuilderStreamingAnnotateVideoRequest.Builder. mergeFrom(StreamingAnnotateVideoRequest other)static StreamingAnnotateVideoRequest.BuilderStreamingAnnotateVideoRequest. 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.
-