@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/vision/v1p2beta1/image_annotator.proto") public final class ImageAnnotatorGrpc extends 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 interface |
ImageAnnotatorGrpc.AsyncService
Service that performs Google Cloud Vision API detection tasks over client
images, such as face, landmark, logo, label, and text detection.
|
static class |
ImageAnnotatorGrpc.ImageAnnotatorBlockingStub
A stub to allow clients to do synchronous rpc calls to service ImageAnnotator.
|
static class |
ImageAnnotatorGrpc.ImageAnnotatorFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ImageAnnotator.
|
static class |
ImageAnnotatorGrpc.ImageAnnotatorImplBase
Base class for the server implementation of the service ImageAnnotator.
|
static class |
ImageAnnotatorGrpc.ImageAnnotatorStub
A stub to allow clients to do asynchronous rpc calls to service ImageAnnotator.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(ImageAnnotatorGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation> |
getAsyncBatchAnnotateFilesMethod() |
static io.grpc.MethodDescriptor<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
getBatchAnnotateImagesMethod() |
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 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 String SERVICE_NAME
public static io.grpc.MethodDescriptor<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> getBatchAnnotateImagesMethod()
public static io.grpc.MethodDescriptor<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation> getAsyncBatchAnnotateFilesMethod()
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 final io.grpc.ServerServiceDefinition bindService(ImageAnnotatorGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.