Uses of Class
com.google.cloud.vision.v1.AsyncBatchAnnotateImagesResponse
-
Packages that use AsyncBatchAnnotateImagesResponse Package Description com.google.cloud.vision.v1 A client to Cloud Vision APIcom.google.cloud.vision.v1.stub -
-
Uses of AsyncBatchAnnotateImagesResponse in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return AsyncBatchAnnotateImagesResponse Modifier and Type Method Description AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse.Builder. build()AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse.Builder. buildPartial()static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. getDefaultInstance()AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse.Builder. getDefaultInstanceForType()AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. getDefaultInstanceForType()static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseDelimitedFrom(InputStream input)static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseFrom(byte[] data)static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.ByteString data)static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseFrom(InputStream input)static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseFrom(ByteBuffer data)static AsyncBatchAnnotateImagesResponseAsyncBatchAnnotateImagesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1 that return types with arguments of type AsyncBatchAnnotateImagesResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<AsyncBatchAnnotateImagesResponse,OperationMetadata>ImageAnnotatorClient. asyncBatchAnnotateImagesAsync(AsyncBatchAnnotateImagesRequest request)Run asynchronous image detection and annotation for a list of images.com.google.api.gax.longrunning.OperationFuture<AsyncBatchAnnotateImagesResponse,OperationMetadata>ImageAnnotatorClient. asyncBatchAnnotateImagesAsync(List<AnnotateImageRequest> requests, OutputConfig outputConfig)Run asynchronous image detection and annotation for a list of images.com.google.api.gax.rpc.OperationCallable<AsyncBatchAnnotateImagesRequest,AsyncBatchAnnotateImagesResponse,OperationMetadata>ImageAnnotatorClient. asyncBatchAnnotateImagesOperationCallable()Run asynchronous image detection and annotation for a list of images.com.google.api.gax.rpc.OperationCallSettings<AsyncBatchAnnotateImagesRequest,AsyncBatchAnnotateImagesResponse,OperationMetadata>ImageAnnotatorSettings. asyncBatchAnnotateImagesOperationSettings()Returns the object with the settings used for calls to asyncBatchAnnotateImages.com.google.api.gax.rpc.OperationCallSettings.Builder<AsyncBatchAnnotateImagesRequest,AsyncBatchAnnotateImagesResponse,OperationMetadata>ImageAnnotatorSettings.Builder. asyncBatchAnnotateImagesOperationSettings()Returns the builder for the settings used for calls to asyncBatchAnnotateImages.com.google.protobuf.Parser<AsyncBatchAnnotateImagesResponse>AsyncBatchAnnotateImagesResponse. getParserForType()static com.google.protobuf.Parser<AsyncBatchAnnotateImagesResponse>AsyncBatchAnnotateImagesResponse. parser()Methods in com.google.cloud.vision.v1 with parameters of type AsyncBatchAnnotateImagesResponse Modifier and Type Method Description AsyncBatchAnnotateImagesResponse.BuilderAsyncBatchAnnotateImagesResponse.Builder. mergeFrom(AsyncBatchAnnotateImagesResponse other)static AsyncBatchAnnotateImagesResponse.BuilderAsyncBatchAnnotateImagesResponse. newBuilder(AsyncBatchAnnotateImagesResponse prototype) -
Uses of AsyncBatchAnnotateImagesResponse in com.google.cloud.vision.v1.stub
-