Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
com.google.cloud.vision.v1.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> |
ImageAnnotatorClient.batchAnnotateFilesCallable()
Service that performs image detection and annotation for a batch of files.
|
UnaryCallSettings<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> |
ImageAnnotatorSettings.batchAnnotateFilesSettings()
Returns the object with the settings used for calls to batchAnnotateFiles.
|
UnaryCallSettings.Builder<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> |
ImageAnnotatorSettings.Builder.batchAnnotateFilesSettings()
Returns the builder for the settings used for calls to batchAnnotateFiles.
|
static MethodDescriptor<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> |
ImageAnnotatorGrpc.getBatchAnnotateFilesMethod() |
Parser<BatchAnnotateFilesRequest> |
BatchAnnotateFilesRequest.getParserForType() |
static Parser<BatchAnnotateFilesRequest> |
BatchAnnotateFilesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
BatchAnnotateFilesResponse |
ImageAnnotatorGrpc.ImageAnnotatorBlockingStub.batchAnnotateFiles(BatchAnnotateFilesRequest request)
Service that performs image detection and annotation for a batch of files.
|
com.google.common.util.concurrent.ListenableFuture<BatchAnnotateFilesResponse> |
ImageAnnotatorGrpc.ImageAnnotatorFutureStub.batchAnnotateFiles(BatchAnnotateFilesRequest request)
Service that performs image detection and annotation for a batch of files.
|
BatchAnnotateFilesResponse |
ImageAnnotatorClient.batchAnnotateFiles(BatchAnnotateFilesRequest request)
Service that performs image detection and annotation for a batch of files.
|
void |
ImageAnnotatorGrpc.ImageAnnotatorImplBase.batchAnnotateFiles(BatchAnnotateFilesRequest request,
StreamObserver<BatchAnnotateFilesResponse> responseObserver)
Service that performs image detection and annotation for a batch of files.
|
void |
ImageAnnotatorGrpc.ImageAnnotatorStub.batchAnnotateFiles(BatchAnnotateFilesRequest request,
StreamObserver<BatchAnnotateFilesResponse> responseObserver)
Service that performs image detection and annotation for a batch of files.
|
BatchAnnotateFilesRequest.Builder |
BatchAnnotateFilesRequest.Builder.mergeFrom(BatchAnnotateFilesRequest other) |
static BatchAnnotateFilesRequest.Builder |
BatchAnnotateFilesRequest.newBuilder(BatchAnnotateFilesRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> |
HttpJsonImageAnnotatorStub.batchAnnotateFilesCallable() |
UnaryCallable<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> |
GrpcImageAnnotatorStub.batchAnnotateFilesCallable() |
UnaryCallable<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> |
ImageAnnotatorStub.batchAnnotateFilesCallable() |
UnaryCallSettings<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> |
ImageAnnotatorStubSettings.batchAnnotateFilesSettings()
Returns the object with the settings used for calls to batchAnnotateFiles.
|
UnaryCallSettings.Builder<BatchAnnotateFilesRequest,BatchAnnotateFilesResponse> |
ImageAnnotatorStubSettings.Builder.batchAnnotateFilesSettings()
Returns the builder for the settings used for calls to batchAnnotateFiles.
|
Copyright © 2022 Google LLC. All rights reserved.