Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageRequest |
AnnotateImageRequest.Builder.build() |
AnnotateImageRequest |
AnnotateImageRequest.Builder.buildPartial() |
static AnnotateImageRequest |
AnnotateImageRequest.getDefaultInstance() |
AnnotateImageRequest |
AnnotateImageRequest.getDefaultInstanceForType() |
AnnotateImageRequest |
AnnotateImageRequest.Builder.getDefaultInstanceForType() |
AnnotateImageRequest |
BatchAnnotateImagesRequestOrBuilder.getRequests(int index)
Individual image annotation requests for this batch.
|
AnnotateImageRequest |
BatchAnnotateImagesRequest.getRequests(int index)
Individual image annotation requests for this batch.
|
AnnotateImageRequest |
BatchAnnotateImagesRequest.Builder.getRequests(int index)
Individual image annotation requests for this batch.
|
static AnnotateImageRequest |
AnnotateImageRequest.parseDelimitedFrom(InputStream input) |
static AnnotateImageRequest |
AnnotateImageRequest.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnnotateImageRequest |
AnnotateImageRequest.parseFrom(byte[] data) |
static AnnotateImageRequest |
AnnotateImageRequest.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateImageRequest |
AnnotateImageRequest.parseFrom(ByteBuffer data) |
static AnnotateImageRequest |
AnnotateImageRequest.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateImageRequest |
AnnotateImageRequest.parseFrom(ByteString data) |
static AnnotateImageRequest |
AnnotateImageRequest.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateImageRequest |
AnnotateImageRequest.parseFrom(CodedInputStream input) |
static AnnotateImageRequest |
AnnotateImageRequest.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnnotateImageRequest |
AnnotateImageRequest.parseFrom(InputStream input) |
static AnnotateImageRequest |
AnnotateImageRequest.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<AnnotateImageRequest> |
AnnotateImageRequest.getParserForType() |
List<AnnotateImageRequest> |
BatchAnnotateImagesRequestOrBuilder.getRequestsList()
Individual image annotation requests for this batch.
|
List<AnnotateImageRequest> |
BatchAnnotateImagesRequest.getRequestsList()
Individual image annotation requests for this batch.
|
List<AnnotateImageRequest> |
BatchAnnotateImagesRequest.Builder.getRequestsList()
Individual image annotation requests for this batch.
|
static Parser<AnnotateImageRequest> |
AnnotateImageRequest.parser() |
Modifier and Type | Method and Description |
---|---|
BatchAnnotateImagesRequest.Builder |
BatchAnnotateImagesRequest.Builder.addRequests(AnnotateImageRequest value)
Individual image annotation requests for this batch.
|
BatchAnnotateImagesRequest.Builder |
BatchAnnotateImagesRequest.Builder.addRequests(int index,
AnnotateImageRequest value)
Individual image annotation requests for this batch.
|
AnnotateImageRequest.Builder |
AnnotateImageRequest.Builder.mergeFrom(AnnotateImageRequest other) |
static AnnotateImageRequest.Builder |
AnnotateImageRequest.newBuilder(AnnotateImageRequest prototype) |
BatchAnnotateImagesRequest.Builder |
BatchAnnotateImagesRequest.Builder.setRequests(int index,
AnnotateImageRequest value)
Individual image annotation requests for this batch.
|
Modifier and Type | Method and Description |
---|---|
BatchAnnotateImagesRequest.Builder |
BatchAnnotateImagesRequest.Builder.addAllRequests(Iterable<? extends AnnotateImageRequest> values)
Individual image annotation requests for this batch.
|
BatchAnnotateImagesResponse |
ImageAnnotatorClient.batchAnnotateImages(List<AnnotateImageRequest> requests)
Run image detection and annotation for a batch of images.
|
Copyright © 2022 Google LLC. All rights reserved.