@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/vision/v1/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 |
public static final String SERVICE_NAME
public static MethodDescriptor<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> getBatchAnnotateImagesMethod()
public static MethodDescriptor<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> getBatchAnnotateFilesMethod()
public static MethodDescriptor<AsyncBatchAnnotateImagesRequest,Operation> getAsyncBatchAnnotateImagesMethod()
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.