public static final class ImageAnnotatorGrpc.ImageAnnotatorStub extends AbstractAsyncStub<ImageAnnotatorGrpc.ImageAnnotatorStub>
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.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
void |
batchAnnotateImages(BatchAnnotateImagesRequest request,
StreamObserver<BatchAnnotateImagesResponse> responseObserver)
Run image detection and annotation for a batch of images.
|
protected ImageAnnotatorGrpc.ImageAnnotatorStub |
build(Channel channel,
CallOptions callOptions) |
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected ImageAnnotatorGrpc.ImageAnnotatorStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<ImageAnnotatorGrpc.ImageAnnotatorStub>
public void batchAnnotateImages(BatchAnnotateImagesRequest request, StreamObserver<BatchAnnotateImagesResponse> responseObserver)
Run image detection and annotation for a batch of images.
Copyright © 2022 Google LLC. All rights reserved.