@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/cloud/vision/v1p1beta1/image_annotator.proto")
public final class ImageAnnotatorGrpc
extends java.lang.Object
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.
Modifier and Type | Class and Description |
---|---|
static class |
ImageAnnotatorGrpc.ImageAnnotatorBlockingStub
Service that performs Google Cloud Vision API detection tasks over client
images, such as face, landmark, logo, label, and text detection.
|
static class |
ImageAnnotatorGrpc.ImageAnnotatorFutureStub
Service that performs Google Cloud Vision API detection tasks over client
images, such as face, landmark, logo, label, and text detection.
|
static class |
ImageAnnotatorGrpc.ImageAnnotatorImplBase
Service that performs Google Cloud Vision API detection tasks over client
images, such as face, landmark, logo, label, and text detection.
|
static class |
ImageAnnotatorGrpc.ImageAnnotatorStub
Service that performs Google Cloud Vision API detection tasks over client
images, such as face, landmark, logo, label, and text detection.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
METHOD_BATCH_ANNOTATE_IMAGES |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ImageAnnotatorGrpc.ImageAnnotatorBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ImageAnnotatorGrpc.ImageAnnotatorFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static ImageAnnotatorGrpc.ImageAnnotatorStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> METHOD_BATCH_ANNOTATE_IMAGES
public static ImageAnnotatorGrpc.ImageAnnotatorStub newStub(io.grpc.Channel channel)
public static ImageAnnotatorGrpc.ImageAnnotatorBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ImageAnnotatorGrpc.ImageAnnotatorFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()