@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 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 String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<AsyncBatchAnnotateFilesRequest,Operation> |
getAsyncBatchAnnotateFilesMethod() |
static MethodDescriptor<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
getBatchAnnotateImagesMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static ImageAnnotatorGrpc.ImageAnnotatorBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ImageAnnotatorGrpc.ImageAnnotatorFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ImageAnnotatorGrpc.ImageAnnotatorStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> getBatchAnnotateImagesMethod()
public static MethodDescriptor<AsyncBatchAnnotateFilesRequest,Operation> getAsyncBatchAnnotateFilesMethod()
public static ImageAnnotatorGrpc.ImageAnnotatorStub newStub(Channel channel)
public static ImageAnnotatorGrpc.ImageAnnotatorBlockingStub newBlockingStub(Channel channel)
public static ImageAnnotatorGrpc.ImageAnnotatorFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.