Uses of Class
com.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateFilesRequest
-
Packages that use AsyncBatchAnnotateFilesRequest Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision APIcom.google.cloud.vision.v1p4beta1.stub -
-
Uses of AsyncBatchAnnotateFilesRequest in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return AsyncBatchAnnotateFilesRequest Modifier and Type Method Description AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest.Builder. build()
AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest.Builder. buildPartial()
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. getDefaultInstance()
AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest.Builder. getDefaultInstanceForType()
AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. getDefaultInstanceForType()
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseDelimitedFrom(InputStream input)
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseFrom(byte[] data)
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseFrom(com.google.protobuf.ByteString data)
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseFrom(InputStream input)
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseFrom(ByteBuffer data)
static AsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type AsyncBatchAnnotateFilesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation>
ImageAnnotatorClient. asyncBatchAnnotateFilesCallable()
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.api.gax.rpc.UnaryCallSettings<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation>
ImageAnnotatorSettings. asyncBatchAnnotateFilesSettings()
Returns the object with the settings used for calls to asyncBatchAnnotateFiles.com.google.api.gax.rpc.UnaryCallSettings.Builder<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation>
ImageAnnotatorSettings.Builder. asyncBatchAnnotateFilesSettings()
Returns the builder for the settings used for calls to asyncBatchAnnotateFiles.static io.grpc.MethodDescriptor<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation>
ImageAnnotatorGrpc. getAsyncBatchAnnotateFilesMethod()
com.google.protobuf.Parser<AsyncBatchAnnotateFilesRequest>
AsyncBatchAnnotateFilesRequest. getParserForType()
static com.google.protobuf.Parser<AsyncBatchAnnotateFilesRequest>
AsyncBatchAnnotateFilesRequest. parser()
Methods in com.google.cloud.vision.v1p4beta1 with parameters of type AsyncBatchAnnotateFilesRequest Modifier and Type Method Description default void
ImageAnnotatorGrpc.AsyncService. asyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
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.longrunning.Operation
ImageAnnotatorGrpc.ImageAnnotatorBlockingStub. asyncBatchAnnotateFiles(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.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
ImageAnnotatorGrpc.ImageAnnotatorFutureStub. asyncBatchAnnotateFiles(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.void
ImageAnnotatorGrpc.ImageAnnotatorStub. asyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
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(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.AsyncBatchAnnotateFilesRequest.Builder
AsyncBatchAnnotateFilesRequest.Builder. mergeFrom(AsyncBatchAnnotateFilesRequest other)
static AsyncBatchAnnotateFilesRequest.Builder
AsyncBatchAnnotateFilesRequest. newBuilder(AsyncBatchAnnotateFilesRequest prototype)
-
Uses of AsyncBatchAnnotateFilesRequest in com.google.cloud.vision.v1p4beta1.stub
Methods in com.google.cloud.vision.v1p4beta1.stub that return types with arguments of type AsyncBatchAnnotateFilesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation>
GrpcImageAnnotatorStub. asyncBatchAnnotateFilesCallable()
com.google.api.gax.rpc.UnaryCallable<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation>
HttpJsonImageAnnotatorStub. asyncBatchAnnotateFilesCallable()
com.google.api.gax.rpc.UnaryCallable<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation>
ImageAnnotatorStub. asyncBatchAnnotateFilesCallable()
com.google.api.gax.rpc.OperationCallable<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>
GrpcImageAnnotatorStub. asyncBatchAnnotateFilesOperationCallable()
com.google.api.gax.rpc.OperationCallable<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>
HttpJsonImageAnnotatorStub. asyncBatchAnnotateFilesOperationCallable()
com.google.api.gax.rpc.OperationCallable<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>
ImageAnnotatorStub. asyncBatchAnnotateFilesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>
ImageAnnotatorStubSettings. asyncBatchAnnotateFilesOperationSettings()
Returns the object with the settings used for calls to asyncBatchAnnotateFiles.com.google.api.gax.rpc.OperationCallSettings.Builder<AsyncBatchAnnotateFilesRequest,AsyncBatchAnnotateFilesResponse,OperationMetadata>
ImageAnnotatorStubSettings.Builder. asyncBatchAnnotateFilesOperationSettings()
Returns the builder for the settings used for calls to asyncBatchAnnotateFiles.com.google.api.gax.rpc.UnaryCallSettings<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation>
ImageAnnotatorStubSettings. asyncBatchAnnotateFilesSettings()
Returns the object with the settings used for calls to asyncBatchAnnotateFiles.com.google.api.gax.rpc.UnaryCallSettings.Builder<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation>
ImageAnnotatorStubSettings.Builder. asyncBatchAnnotateFilesSettings()
Returns the builder for the settings used for calls to asyncBatchAnnotateFiles.
-