Class ImageAnnotatorGrpc.ImageAnnotatorImplBase
- java.lang.Object
-
- com.google.cloud.vision.v1p4beta1.ImageAnnotatorGrpc.ImageAnnotatorImplBase
-
- All Implemented Interfaces:
ImageAnnotatorGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ImageAnnotatorGrpc
public abstract static class ImageAnnotatorGrpc.ImageAnnotatorImplBase extends Object implements io.grpc.BindableService, ImageAnnotatorGrpc.AsyncService
Base class for the server implementation of the 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.
-
-
Constructor Summary
Constructors Constructor Description ImageAnnotatorImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.vision.v1p4beta1.ImageAnnotatorGrpc.AsyncService
asyncBatchAnnotateFiles, asyncBatchAnnotateImages, batchAnnotateFiles, batchAnnotateImages
-
-