Class ImageAnnotatorGrpc
- java.lang.Object
-
- com.google.cloud.vision.v1p3beta1.ImageAnnotatorGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/vision/v1p3beta1/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 interfaceImageAnnotatorGrpc.AsyncServiceService that performs Google Cloud Vision API detection tasks over client images, such as face, landmark, logo, label, and text detection.static classImageAnnotatorGrpc.ImageAnnotatorBlockingStubA stub to allow clients to do synchronous rpc calls to service ImageAnnotator.static classImageAnnotatorGrpc.ImageAnnotatorFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ImageAnnotator.static classImageAnnotatorGrpc.ImageAnnotatorImplBaseBase class for the server implementation of the service ImageAnnotator.static classImageAnnotatorGrpc.ImageAnnotatorStubA stub to allow clients to do asynchronous rpc calls to service ImageAnnotator.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(ImageAnnotatorGrpc.AsyncService service)static io.grpc.MethodDescriptor<AsyncBatchAnnotateFilesRequest,com.google.longrunning.Operation>getAsyncBatchAnnotateFilesMethod()static io.grpc.MethodDescriptor<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse>getBatchAnnotateImagesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static ImageAnnotatorGrpc.ImageAnnotatorBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ImageAnnotatorGrpc.ImageAnnotatorFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ImageAnnotatorGrpc.ImageAnnotatorStubnewStub(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()
-
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()
-
-