Uses of Class
com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoResponse
-
Packages that use StreamingAnnotateVideoResponse Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence APIcom.google.cloud.videointelligence.v1p3beta1.stub -
-
Uses of StreamingAnnotateVideoResponse in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 that return StreamingAnnotateVideoResponse Modifier and Type Method Description StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse.Builder. build()StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse.Builder. buildPartial()static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. getDefaultInstance()StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse.Builder. getDefaultInstanceForType()StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. getDefaultInstanceForType()static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseDelimitedFrom(InputStream input)static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseFrom(byte[] data)static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseFrom(com.google.protobuf.ByteString data)static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseFrom(com.google.protobuf.CodedInputStream input)static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseFrom(InputStream input)static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseFrom(ByteBuffer data)static StreamingAnnotateVideoResponseStreamingAnnotateVideoResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type StreamingAnnotateVideoResponse Modifier and Type Method Description com.google.protobuf.Parser<StreamingAnnotateVideoResponse>StreamingAnnotateVideoResponse. getParserForType()static io.grpc.MethodDescriptor<StreamingAnnotateVideoRequest,StreamingAnnotateVideoResponse>StreamingVideoIntelligenceServiceGrpc. getStreamingAnnotateVideoMethod()static com.google.protobuf.Parser<StreamingAnnotateVideoResponse>StreamingAnnotateVideoResponse. parser()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 StreamingAnnotateVideoResponse Modifier and Type Method Description StreamingAnnotateVideoResponse.BuilderStreamingAnnotateVideoResponse.Builder. mergeFrom(StreamingAnnotateVideoResponse other)static StreamingAnnotateVideoResponse.BuilderStreamingAnnotateVideoResponse. newBuilder(StreamingAnnotateVideoResponse prototype)Method parameters in com.google.cloud.videointelligence.v1p3beta1 with type arguments of type StreamingAnnotateVideoResponse Modifier and Type Method Description 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. -
Uses of StreamingAnnotateVideoResponse in com.google.cloud.videointelligence.v1p3beta1.stub
Methods in com.google.cloud.videointelligence.v1p3beta1.stub that return types with arguments of type StreamingAnnotateVideoResponse 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.
-