Package | Description |
---|---|
com.google.cloud.vision.v1p1beta1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.vision.v1p1beta1.stub |
Modifier and Type | Method and Description |
---|---|
BatchAnnotateImagesResponse |
ImageAnnotatorGrpc.ImageAnnotatorBlockingStub.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.
|
BatchAnnotateImagesResponse |
ImageAnnotatorClient.batchAnnotateImages(List<AnnotateImageRequest> requests)
Run image detection and annotation for a batch of images.
|
BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.Builder.build() |
BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.Builder.buildPartial() |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.getDefaultInstance() |
BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.getDefaultInstanceForType() |
BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.Builder.getDefaultInstanceForType() |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseDelimitedFrom(InputStream input) |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseFrom(byte[] data) |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseFrom(ByteBuffer data) |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseFrom(ByteString data) |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseFrom(CodedInputStream input) |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseFrom(InputStream input) |
static BatchAnnotateImagesResponse |
BatchAnnotateImagesResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BatchAnnotateImagesResponse> |
ImageAnnotatorGrpc.ImageAnnotatorFutureStub.batchAnnotateImages(BatchAnnotateImagesRequest request)
Run image detection and annotation for a batch of images.
|
UnaryCallable<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
ImageAnnotatorClient.batchAnnotateImagesCallable()
Run image detection and annotation for a batch of images.
|
UnaryCallSettings<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
ImageAnnotatorSettings.batchAnnotateImagesSettings()
Returns the object with the settings used for calls to batchAnnotateImages.
|
UnaryCallSettings.Builder<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
ImageAnnotatorSettings.Builder.batchAnnotateImagesSettings()
Returns the builder for the settings used for calls to batchAnnotateImages.
|
static MethodDescriptor<BatchAnnotateImagesRequest,BatchAnnotateImagesResponse> |
ImageAnnotatorGrpc.getBatchAnnotateImagesMethod() |
Parser<BatchAnnotateImagesResponse> |
BatchAnnotateImagesResponse.getParserForType() |
static Parser<BatchAnnotateImagesResponse> |
BatchAnnotateImagesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.mergeFrom(BatchAnnotateImagesResponse other) |
static BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.newBuilder(BatchAnnotateImagesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.