public abstract static class ImageAnnotatorGrpc.ImageAnnotatorImplBase extends Object implements BindableService
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.
Constructor and Description |
---|
ImageAnnotatorImplBase() |
Modifier and Type | Method and Description |
---|---|
void |
batchAnnotateImages(BatchAnnotateImagesRequest request,
StreamObserver<BatchAnnotateImagesResponse> responseObserver)
Run image detection and annotation for a batch of images.
|
ServerServiceDefinition |
bindService() |
public void batchAnnotateImages(BatchAnnotateImagesRequest request, StreamObserver<BatchAnnotateImagesResponse> responseObserver)
Run image detection and annotation for a batch of images.
public final ServerServiceDefinition bindService()
bindService
in interface BindableService
Copyright © 2022 Google LLC. All rights reserved.