| 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 |
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 |
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 |
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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(byte[] data) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(ByteBuffer data) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(com.google.protobuf.ByteString data) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(InputStream input) |
static AnnotateImageResponse |
AnnotateImageResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AnnotateImageResponse> |
AnnotateImageResponse.getParserForType() |
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> |
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> |
BatchAnnotateImagesResponseOrBuilder.getResponsesList()
Individual responses to image annotation requests within the batch.
|
static com.google.protobuf.Parser<AnnotateImageResponse> |
AnnotateImageResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.addResponses(AnnotateImageResponse value)
Individual responses to images found within the file.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addResponses(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.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addResponses(int index,
AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
|
AnnotateImageResponse.Builder |
AnnotateImageResponse.Builder.mergeFrom(AnnotateImageResponse other) |
static AnnotateImageResponse.Builder |
AnnotateImageResponse.newBuilder(AnnotateImageResponse prototype) |
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.setResponses(int index,
AnnotateImageResponse value)
Individual responses to images found within the file.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.setResponses(int index,
AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotateFileResponse.Builder |
AnnotateFileResponse.Builder.addAllResponses(Iterable<? extends AnnotateImageResponse> values)
Individual responses to images found within the file.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addAllResponses(Iterable<? extends AnnotateImageResponse> values)
Individual responses to image annotation requests within the batch.
|
Copyright © 2020 Google LLC. All rights reserved.