Class ImageAnnotatorGrpc.ImageAnnotatorBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ImageAnnotatorGrpc.ImageAnnotatorBlockingStub>
-
- com.google.cloud.vision.v1p3beta1.ImageAnnotatorGrpc.ImageAnnotatorBlockingStub
-
- Enclosing class:
- ImageAnnotatorGrpc
public static final class ImageAnnotatorGrpc.ImageAnnotatorBlockingStub extends io.grpc.stub.AbstractBlockingStub<ImageAnnotatorGrpc.ImageAnnotatorBlockingStub>
A stub to allow clients to do synchronous 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.longrunning.Operation
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.BatchAnnotateImagesResponse
batchAnnotateImages(BatchAnnotateImagesRequest request)
Run image detection and annotation for a batch of images.protected ImageAnnotatorGrpc.ImageAnnotatorBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
-
Method Detail
-
build
protected ImageAnnotatorGrpc.ImageAnnotatorBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ImageAnnotatorGrpc.ImageAnnotatorBlockingStub>
-
batchAnnotateImages
public BatchAnnotateImagesResponse batchAnnotateImages(BatchAnnotateImagesRequest request)
Run image detection and annotation for a batch of images.
-
asyncBatchAnnotateFiles
public com.google.longrunning.Operation 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. Progress and results can be retrieved through the `google.longrunning.Operations` interface. `Operation.metadata` contains `OperationMetadata` (metadata). `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).
-
-