Class ImageAnnotatorGrpc.ImageAnnotatorStub

  • Enclosing class:
    ImageAnnotatorGrpc

    public static final class ImageAnnotatorGrpc.ImageAnnotatorStub
    extends io.grpc.stub.AbstractAsyncStub<ImageAnnotatorGrpc.ImageAnnotatorStub>
    A stub to allow clients to do asynchronous rpc calls to service ImageAnnotator.
     Service that performs Google Cloud Vision API detection tasks over client
     images, such as face, landmark, logo, label, and text detection. The
     ImageAnnotator service returns detected entities from the images.
     
    • Method Detail

      • asyncBatchAnnotateFiles

        public void asyncBatchAnnotateFiles​(AsyncBatchAnnotateFilesRequest request,
                                            io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Run async image detection and annotation for a list of generic files (e.g.
         PDF) which may contain multiple pages and multiple images per page.
         Progress and results can be retrieved through the
         `google.longrunning.Operations` interface.
         `Operation.metadata` contains `OperationMetadata` (metadata).
         `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).