Uses of Class
com.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesResponse
-
Packages that use AsyncBatchAnnotateImagesResponse Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision APIcom.google.cloud.vision.v1p4beta1.stub -
-
Uses of AsyncBatchAnnotateImagesResponse in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return AsyncBatchAnnotateImagesResponse Modifier and Type Method Description AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse.Builder. build()
AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse.Builder. buildPartial()
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. getDefaultInstance()
AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse.Builder. getDefaultInstanceForType()
AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. getDefaultInstanceForType()
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseDelimitedFrom(InputStream input)
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseFrom(byte[] data)
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.ByteString data)
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseFrom(InputStream input)
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseFrom(ByteBuffer data)
static AsyncBatchAnnotateImagesResponse
AsyncBatchAnnotateImagesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p4beta1 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.v1p4beta1 with parameters of type AsyncBatchAnnotateImagesResponse Modifier and Type Method Description AsyncBatchAnnotateImagesResponse.Builder
AsyncBatchAnnotateImagesResponse.Builder. mergeFrom(AsyncBatchAnnotateImagesResponse other)
static AsyncBatchAnnotateImagesResponse.Builder
AsyncBatchAnnotateImagesResponse. newBuilder(AsyncBatchAnnotateImagesResponse prototype)
-
Uses of AsyncBatchAnnotateImagesResponse in com.google.cloud.vision.v1p4beta1.stub
-