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