Uses of Class
com.google.cloud.vision.v1p2beta1.AsyncBatchAnnotateFilesResponse
-
Packages that use AsyncBatchAnnotateFilesResponse Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision APIcom.google.cloud.vision.v1p2beta1.stub -
-
Uses of AsyncBatchAnnotateFilesResponse in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return AsyncBatchAnnotateFilesResponse Modifier and Type Method Description AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse.Builder. build()
AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse.Builder. buildPartial()
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. getDefaultInstance()
AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse.Builder. getDefaultInstanceForType()
AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. getDefaultInstanceForType()
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseDelimitedFrom(InputStream input)
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseFrom(byte[] data)
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseFrom(com.google.protobuf.ByteString data)
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseFrom(InputStream input)
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseFrom(ByteBuffer data)
static AsyncBatchAnnotateFilesResponse
AsyncBatchAnnotateFilesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p2beta1 that return types with arguments of type AsyncBatchAnnotateFilesResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<AsyncBatchAnnotateFilesResponse,OperationMetadata>
ImageAnnotatorClient. asyncBatchAnnotateFilesAsync(AsyncBatchAnnotateFilesRequest request)
Run async image detection and annotation for a list of generic files (e.g.com.google.api.gax.longrunning.OperationFuture<AsyncBatchAnnotateFilesResponse,OperationMetadata>
ImageAnnotatorClient. asyncBatchAnnotateFilesAsync(List<AsyncAnnotateFileRequest> requests)
Run async image detection and annotation for a list of generic files (e.g.com.google.api.gax.rpc.OperationCallable<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>
ImageAnnotatorClient. asyncBatchAnnotateFilesOperationCallable()
Run async image detection and annotation for a list of generic files (e.g.com.google.api.gax.rpc.OperationCallSettings<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>
ImageAnnotatorSettings. asyncBatchAnnotateFilesOperationSettings()
Returns the object with the settings used for calls to asyncBatchAnnotateFiles.com.google.api.gax.rpc.OperationCallSettings.Builder<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>
ImageAnnotatorSettings.Builder. asyncBatchAnnotateFilesOperationSettings()
Returns the builder for the settings used for calls to asyncBatchAnnotateFiles.com.google.protobuf.Parser<AsyncBatchAnnotateFilesResponse>
AsyncBatchAnnotateFilesResponse. getParserForType()
static com.google.protobuf.Parser<AsyncBatchAnnotateFilesResponse>
AsyncBatchAnnotateFilesResponse. parser()
Methods in com.google.cloud.vision.v1p2beta1 with parameters of type AsyncBatchAnnotateFilesResponse Modifier and Type Method Description AsyncBatchAnnotateFilesResponse.Builder
AsyncBatchAnnotateFilesResponse.Builder. mergeFrom(AsyncBatchAnnotateFilesResponse other)
static AsyncBatchAnnotateFilesResponse.Builder
AsyncBatchAnnotateFilesResponse. newBuilder(AsyncBatchAnnotateFilesResponse prototype)
-
Uses of AsyncBatchAnnotateFilesResponse in com.google.cloud.vision.v1p2beta1.stub
-