Package | Description |
---|---|
com.google.cloud.vision.v1p4beta1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.vision.v1p4beta1.stub |
Modifier and Type | Method and Description |
---|---|
BatchAnnotateImagesResponse |
ImageAnnotatorGrpc.ImageAnnotatorBlockingStub.batchAnnotateImages(BatchAnnotateImagesRequest request)
Run image detection and annotation for a batch of images.
|
com.google.common.util.concurrent.ListenableFuture<BatchAnnotateImagesResponse> |
ImageAnnotatorGrpc.ImageAnnotatorFutureStub.batchAnnotateImages(BatchAnnotateImagesRequest request)
Run image detection and annotation for a batch of images.
|
BatchAnnotateImagesResponse |
ImageAnnotatorClient.batchAnnotateImages(BatchAnnotateImagesRequest request)
Run image detection and annotation for a batch of images.
|
void |
ImageAnnotatorGrpc.ImageAnnotatorImplBase.batchAnnotateImages(BatchAnnotateImagesRequest request,
StreamObserver<BatchAnnotateImagesResponse> responseObserver)
Run image detection and annotation for a batch of images.
|
void |
ImageAnnotatorGrpc.ImageAnnotatorStub.batchAnnotateImages(BatchAnnotateImagesRequest request,
StreamObserver<BatchAnnotateImagesResponse> responseObserver)
Run image detection and annotation for a batch of images.
|
BatchAnnotateImagesRequest.Builder |
BatchAnnotateImagesRequest.Builder.mergeFrom(BatchAnnotateImagesRequest other) |
static BatchAnnotateImagesRequest.Builder |
BatchAnnotateImagesRequest.newBuilder(BatchAnnotateImagesRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
HttpJsonImageAnnotatorStub.batchAnnotateImagesCallable() |
UnaryCallable<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
GrpcImageAnnotatorStub.batchAnnotateImagesCallable() |
UnaryCallable<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
ImageAnnotatorStub.batchAnnotateImagesCallable() |
UnaryCallSettings<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
ImageAnnotatorStubSettings.batchAnnotateImagesSettings()
Returns the object with the settings used for calls to batchAnnotateImages.
|
UnaryCallSettings.Builder<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
ImageAnnotatorStubSettings.Builder.batchAnnotateImagesSettings()
Returns the builder for the settings used for calls to batchAnnotateImages.
|
Copyright © 2022 Google LLC. All rights reserved.