Package | Description |
---|---|
com.google.cloud.vision.v1p3beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse |
AnnotateImageResponse.Builder.build() |
AnnotateImageResponse |
AnnotateImageResponse.Builder.buildPartial() |
static AnnotateImageResponse |
AnnotateImageResponse.getDefaultInstance() |
AnnotateImageResponse |
AnnotateImageResponse.getDefaultInstanceForType() |
AnnotateImageResponse |
AnnotateImageResponse.Builder.getDefaultInstanceForType() |
AnnotateImageResponse |
BatchAnnotateImagesResponse.getResponses(int index)
Individual responses to image annotation requests within the batch.
|
AnnotateImageResponse |
BatchAnnotateImagesResponse.Builder.getResponses(int index)
Individual responses to image annotation requests within the batch.
|
AnnotateImageResponse |
AnnotateFileResponseOrBuilder.getResponses(int index)
Individual responses to images found within the file.
|
AnnotateImageResponse |
AnnotateFileResponse.getResponses(int index)
Individual responses to images found within the file.
|
AnnotateImageResponse |
AnnotateFileResponse.Builder.getResponses(int index)
Individual responses to images found within the file.
|
AnnotateImageResponse |
BatchAnnotateImagesResponseOrBuilder.getResponses(int index)
Individual responses to image annotation requests within the batch.
|
static AnnotateImageResponse |
AnnotateImageResponse.parseDelimitedFrom(InputStream input) |
static AnnotateImageResponse |
AnnotateImageResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(byte[] data) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(ByteBuffer data) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(ByteString data) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(CodedInputStream input) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(InputStream input) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<AnnotateImageResponse> |
AnnotateImageResponse.getParserForType() |
List<AnnotateImageResponse> |
BatchAnnotateImagesResponse.getResponsesList()
Individual responses to image annotation requests within the batch.
|
List<AnnotateImageResponse> |
BatchAnnotateImagesResponse.Builder.getResponsesList()
Individual responses to image annotation requests within the batch.
|
List<AnnotateImageResponse> |
AnnotateFileResponseOrBuilder.getResponsesList()
Individual responses to images found within the file.
|
List<AnnotateImageResponse> |
AnnotateFileResponse.getResponsesList()
Individual responses to images found within the file.
|
List<AnnotateImageResponse> |
AnnotateFileResponse.Builder.getResponsesList()
Individual responses to images found within the file.
|
List<AnnotateImageResponse> |
BatchAnnotateImagesResponseOrBuilder.getResponsesList()
Individual responses to image annotation requests within the batch.
|
static Parser<AnnotateImageResponse> |
AnnotateImageResponse.parser() |
Modifier and Type | Method and Description |
---|---|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addResponses(AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.addResponses(AnnotateImageResponse value)
Individual responses to images found within the file.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addResponses(int index,
AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.addResponses(int index,
AnnotateImageResponse value)
Individual responses to images found within the file.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.mergeFrom(AnnotateImageResponse other) |
static AnnotateImageResponse.Builder |
AnnotateImageResponse.newBuilder(AnnotateImageResponse prototype) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.setResponses(int index,
AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setResponses(int index,
AnnotateImageResponse value)
Individual responses to images found within the file.
|
Modifier and Type | Method and Description |
---|---|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addAllResponses(Iterable<? extends AnnotateImageResponse> values)
Individual responses to image annotation requests within the batch.
|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.addAllResponses(Iterable<? extends AnnotateImageResponse> values)
Individual responses to images found within the file.
|
Copyright © 2022 Google LLC. All rights reserved.