Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addAllResponses(Iterable<? extends AnnotateImageResponse> values)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addResponses(AnnotateImageResponse.Builder builderForValue)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addResponses(AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addResponses(int index,
AnnotateImageResponse.Builder builderForValue)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.addResponses(int index,
AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.clear() |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.clearField(Descriptors.FieldDescriptor field) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.clearResponses()
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.clone() |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.mergeFrom(BatchAnnotateImagesResponse other) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.mergeFrom(Message other) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.newBuilder() |
static BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.newBuilder(BatchAnnotateImagesResponse prototype) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.newBuilderForType() |
protected BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.removeResponses(int index)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.setResponses(int index,
AnnotateImageResponse.Builder builderForValue)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.setResponses(int index,
AnnotateImageResponse value)
Individual responses to image annotation requests within the batch.
|
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
BatchAnnotateImagesResponse.Builder |
BatchAnnotateImagesResponse.toBuilder() |
Copyright © 2022 Google LLC. All rights reserved.