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 |
---|---|
BatchAnnotateFilesResponse |
ImageAnnotatorGrpc.ImageAnnotatorBlockingStub.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.
|
BatchAnnotateFilesResponse |
ImageAnnotatorClient.batchAnnotateFiles(List<AnnotateFileRequest> requests)
Service that performs image detection and annotation for a batch of files.
|
BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.Builder.build() |
BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.Builder.buildPartial() |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.getDefaultInstance() |
BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.getDefaultInstanceForType() |
BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.Builder.getDefaultInstanceForType() |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseDelimitedFrom(InputStream input) |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseFrom(byte[] data) |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseFrom(ByteBuffer data) |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseFrom(ByteString data) |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseFrom(CodedInputStream input) |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseFrom(InputStream input) |
static BatchAnnotateFilesResponse |
BatchAnnotateFilesResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BatchAnnotateFilesResponse> |
ImageAnnotatorGrpc.ImageAnnotatorFutureStub.batchAnnotateFiles(BatchAnnotateFilesRequest request)
Service that performs image detection and annotation for a batch of files.
|
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<BatchAnnotateFilesResponse> |
BatchAnnotateFilesResponse.getParserForType() |
static Parser<BatchAnnotateFilesResponse> |
BatchAnnotateFilesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
BatchAnnotateFilesResponse.Builder |
BatchAnnotateFilesResponse.Builder.mergeFrom(BatchAnnotateFilesResponse other) |
static BatchAnnotateFilesResponse.Builder |
BatchAnnotateFilesResponse.newBuilder(BatchAnnotateFilesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.