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