Uses of Class
com.google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest
-
Packages that use AsyncAnnotateFileRequest Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of AsyncAnnotateFileRequest in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return AsyncAnnotateFileRequest Modifier and Type Method Description AsyncAnnotateFileRequest
AsyncAnnotateFileRequest.Builder. build()
AsyncAnnotateFileRequest
AsyncAnnotateFileRequest.Builder. buildPartial()
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. getDefaultInstance()
AsyncAnnotateFileRequest
AsyncAnnotateFileRequest.Builder. getDefaultInstanceForType()
AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. getDefaultInstanceForType()
AsyncAnnotateFileRequest
AsyncBatchAnnotateFilesRequest.Builder. getRequests(int index)
Required.AsyncAnnotateFileRequest
AsyncBatchAnnotateFilesRequest. getRequests(int index)
Required.AsyncAnnotateFileRequest
AsyncBatchAnnotateFilesRequestOrBuilder. getRequests(int index)
Required.static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseDelimitedFrom(InputStream input)
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseFrom(byte[] data)
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseFrom(com.google.protobuf.ByteString data)
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseFrom(InputStream input)
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseFrom(ByteBuffer data)
static AsyncAnnotateFileRequest
AsyncAnnotateFileRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p2beta1 that return types with arguments of type AsyncAnnotateFileRequest Modifier and Type Method Description com.google.protobuf.Parser<AsyncAnnotateFileRequest>
AsyncAnnotateFileRequest. getParserForType()
List<AsyncAnnotateFileRequest>
AsyncBatchAnnotateFilesRequest.Builder. getRequestsList()
Required.List<AsyncAnnotateFileRequest>
AsyncBatchAnnotateFilesRequest. getRequestsList()
Required.List<AsyncAnnotateFileRequest>
AsyncBatchAnnotateFilesRequestOrBuilder. getRequestsList()
Required.static com.google.protobuf.Parser<AsyncAnnotateFileRequest>
AsyncAnnotateFileRequest. parser()
Methods in com.google.cloud.vision.v1p2beta1 with parameters of type AsyncAnnotateFileRequest Modifier and Type Method Description AsyncBatchAnnotateFilesRequest.Builder
AsyncBatchAnnotateFilesRequest.Builder. addRequests(int index, AsyncAnnotateFileRequest value)
Required.AsyncBatchAnnotateFilesRequest.Builder
AsyncBatchAnnotateFilesRequest.Builder. addRequests(AsyncAnnotateFileRequest value)
Required.AsyncAnnotateFileRequest.Builder
AsyncAnnotateFileRequest.Builder. mergeFrom(AsyncAnnotateFileRequest other)
static AsyncAnnotateFileRequest.Builder
AsyncAnnotateFileRequest. newBuilder(AsyncAnnotateFileRequest prototype)
AsyncBatchAnnotateFilesRequest.Builder
AsyncBatchAnnotateFilesRequest.Builder. setRequests(int index, AsyncAnnotateFileRequest value)
Required.Method parameters in com.google.cloud.vision.v1p2beta1 with type arguments of type AsyncAnnotateFileRequest Modifier and Type Method Description AsyncBatchAnnotateFilesRequest.Builder
AsyncBatchAnnotateFilesRequest.Builder. addAllRequests(Iterable<? extends AsyncAnnotateFileRequest> values)
Required.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.
-