Uses of Class
com.google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest
-
Packages that use AsyncAnnotateFileRequest Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of AsyncAnnotateFileRequest in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return AsyncAnnotateFileRequest Modifier and Type Method Description AsyncAnnotateFileRequestAsyncAnnotateFileRequest.Builder. build()AsyncAnnotateFileRequestAsyncAnnotateFileRequest.Builder. buildPartial()static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. getDefaultInstance()AsyncAnnotateFileRequestAsyncAnnotateFileRequest.Builder. getDefaultInstanceForType()AsyncAnnotateFileRequestAsyncAnnotateFileRequest. getDefaultInstanceForType()AsyncAnnotateFileRequestAsyncBatchAnnotateFilesRequest.Builder. getRequests(int index)Required.AsyncAnnotateFileRequestAsyncBatchAnnotateFilesRequest. getRequests(int index)Required.AsyncAnnotateFileRequestAsyncBatchAnnotateFilesRequestOrBuilder. getRequests(int index)Required.static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseDelimitedFrom(InputStream input)static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseFrom(byte[] data)static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseFrom(com.google.protobuf.ByteString data)static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseFrom(InputStream input)static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseFrom(ByteBuffer data)static AsyncAnnotateFileRequestAsyncAnnotateFileRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p4beta1 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.v1p4beta1 with parameters of type AsyncAnnotateFileRequest Modifier and Type Method Description AsyncBatchAnnotateFilesRequest.BuilderAsyncBatchAnnotateFilesRequest.Builder. addRequests(int index, AsyncAnnotateFileRequest value)Required.AsyncBatchAnnotateFilesRequest.BuilderAsyncBatchAnnotateFilesRequest.Builder. addRequests(AsyncAnnotateFileRequest value)Required.AsyncAnnotateFileRequest.BuilderAsyncAnnotateFileRequest.Builder. mergeFrom(AsyncAnnotateFileRequest other)static AsyncAnnotateFileRequest.BuilderAsyncAnnotateFileRequest. newBuilder(AsyncAnnotateFileRequest prototype)AsyncBatchAnnotateFilesRequest.BuilderAsyncBatchAnnotateFilesRequest.Builder. setRequests(int index, AsyncAnnotateFileRequest value)Required.Method parameters in com.google.cloud.vision.v1p4beta1 with type arguments of type AsyncAnnotateFileRequest Modifier and Type Method Description AsyncBatchAnnotateFilesRequest.BuilderAsyncBatchAnnotateFilesRequest.Builder. addAllRequests(Iterable<? extends AsyncAnnotateFileRequest> values)Required.com.google.api.gax.longrunning.OperationFuture<AsyncBatchAnnotateFilesResponse,OperationMetadata>ImageAnnotatorClient. asyncBatchAnnotateFilesAsync(List<AsyncAnnotateFileRequest> requests)Run asynchronous image detection and annotation for a list of generic files, such as PDF files, which may contain multiple pages and multiple images per page.
-