Class ImageAnnotatorGrpc
- java.lang.Object
-
- com.google.cloud.vision.v1p4beta1.ImageAnnotatorGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/vision/v1p4beta1/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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ImageAnnotatorGrpc.AsyncService service)
static io.grpc.MethodDescriptor<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation>
getAsyncBatchAnnotateFilesMethod()
static io.grpc.MethodDescriptor<AsyncBatchAnnotateImagesRequest,com.google.longrunning.Operation>
getAsyncBatchAnnotateImagesMethod()
static io.grpc.MethodDescriptor<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse>
getBatchAnnotateFilesMethod()
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 servicestatic ImageAnnotatorGrpc.ImageAnnotatorFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ImageAnnotatorGrpc.ImageAnnotatorStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBatchAnnotateImagesMethod
public static io.grpc.MethodDescriptor<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> getBatchAnnotateImagesMethod()
-
getBatchAnnotateFilesMethod
public static io.grpc.MethodDescriptor<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> getBatchAnnotateFilesMethod()
-
getAsyncBatchAnnotateImagesMethod
public static io.grpc.MethodDescriptor<AsyncBatchAnnotateImagesRequest,com.google.longrunning.Operation> getAsyncBatchAnnotateImagesMethod()
-
getAsyncBatchAnnotateFilesMethod
public static io.grpc.MethodDescriptor<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation> getAsyncBatchAnnotateFilesMethod()
-
newStub
public static ImageAnnotatorGrpc.ImageAnnotatorStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ImageAnnotatorGrpc.ImageAnnotatorBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ImageAnnotatorGrpc.ImageAnnotatorFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ImageAnnotatorGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-