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