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