Uses of Class
com.google.cloud.videointelligence.v1p1beta1.AnnotateVideoProgress
-
Packages that use AnnotateVideoProgress Package Description com.google.cloud.videointelligence.v1p1beta1 A client to Cloud Video Intelligence APIcom.google.cloud.videointelligence.v1p1beta1.stub -
-
Uses of AnnotateVideoProgress in com.google.cloud.videointelligence.v1p1beta1
Methods in com.google.cloud.videointelligence.v1p1beta1 that return AnnotateVideoProgress Modifier and Type Method Description AnnotateVideoProgress
AnnotateVideoProgress.Builder. build()
AnnotateVideoProgress
AnnotateVideoProgress.Builder. buildPartial()
static AnnotateVideoProgress
AnnotateVideoProgress. getDefaultInstance()
AnnotateVideoProgress
AnnotateVideoProgress.Builder. getDefaultInstanceForType()
AnnotateVideoProgress
AnnotateVideoProgress. getDefaultInstanceForType()
static AnnotateVideoProgress
AnnotateVideoProgress. parseDelimitedFrom(InputStream input)
static AnnotateVideoProgress
AnnotateVideoProgress. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateVideoProgress
AnnotateVideoProgress. parseFrom(byte[] data)
static AnnotateVideoProgress
AnnotateVideoProgress. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateVideoProgress
AnnotateVideoProgress. parseFrom(com.google.protobuf.ByteString data)
static AnnotateVideoProgress
AnnotateVideoProgress. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateVideoProgress
AnnotateVideoProgress. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotateVideoProgress
AnnotateVideoProgress. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateVideoProgress
AnnotateVideoProgress. parseFrom(InputStream input)
static AnnotateVideoProgress
AnnotateVideoProgress. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateVideoProgress
AnnotateVideoProgress. parseFrom(ByteBuffer data)
static AnnotateVideoProgress
AnnotateVideoProgress. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p1beta1 that return types with arguments of type AnnotateVideoProgress Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<AnnotateVideoResponse,AnnotateVideoProgress>
VideoIntelligenceServiceClient. annotateVideoAsync(AnnotateVideoRequest request)
Performs asynchronous video annotation.com.google.api.gax.longrunning.OperationFuture<AnnotateVideoResponse,AnnotateVideoProgress>
VideoIntelligenceServiceClient. annotateVideoAsync(String inputUri, List<Feature> features)
Performs asynchronous video annotation.com.google.api.gax.rpc.OperationCallable<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress>
VideoIntelligenceServiceClient. annotateVideoOperationCallable()
Performs asynchronous video annotation.com.google.api.gax.rpc.OperationCallSettings<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress>
VideoIntelligenceServiceSettings. annotateVideoOperationSettings()
Returns the object with the settings used for calls to annotateVideo.com.google.api.gax.rpc.OperationCallSettings.Builder<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress>
VideoIntelligenceServiceSettings.Builder. annotateVideoOperationSettings()
Returns the builder for the settings used for calls to annotateVideo.com.google.protobuf.Parser<AnnotateVideoProgress>
AnnotateVideoProgress. getParserForType()
static com.google.protobuf.Parser<AnnotateVideoProgress>
AnnotateVideoProgress. parser()
Methods in com.google.cloud.videointelligence.v1p1beta1 with parameters of type AnnotateVideoProgress Modifier and Type Method Description AnnotateVideoProgress.Builder
AnnotateVideoProgress.Builder. mergeFrom(AnnotateVideoProgress other)
static AnnotateVideoProgress.Builder
AnnotateVideoProgress. newBuilder(AnnotateVideoProgress prototype)
-
Uses of AnnotateVideoProgress in com.google.cloud.videointelligence.v1p1beta1.stub
Methods in com.google.cloud.videointelligence.v1p1beta1.stub that return types with arguments of type AnnotateVideoProgress Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress>
GrpcVideoIntelligenceServiceStub. annotateVideoOperationCallable()
com.google.api.gax.rpc.OperationCallable<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress>
HttpJsonVideoIntelligenceServiceStub. annotateVideoOperationCallable()
com.google.api.gax.rpc.OperationCallable<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress>
VideoIntelligenceServiceStub. annotateVideoOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress>
VideoIntelligenceServiceStubSettings. annotateVideoOperationSettings()
Returns the object with the settings used for calls to annotateVideo.com.google.api.gax.rpc.OperationCallSettings.Builder<AnnotateVideoRequest,AnnotateVideoResponse,AnnotateVideoProgress>
VideoIntelligenceServiceStubSettings.Builder. annotateVideoOperationSettings()
Returns the builder for the settings used for calls to annotateVideo.
-