public interface BatchAnnotateImagesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotateImageResponse |
getResponses(int index)
Individual responses to image annotation requests within the batch.
|
int |
getResponsesCount()
Individual responses to image annotation requests within the batch.
|
List<AnnotateImageResponse> |
getResponsesList()
Individual responses to image annotation requests within the batch.
|
AnnotateImageResponseOrBuilder |
getResponsesOrBuilder(int index)
Individual responses to image annotation requests within the batch.
|
List<? extends AnnotateImageResponseOrBuilder> |
getResponsesOrBuilderList()
Individual responses to image annotation requests within the batch.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AnnotateImageResponse> getResponsesList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 1;AnnotateImageResponse getResponses(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 1;int getResponsesCount()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 1;List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 1;AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 1;Copyright © 2022 Google LLC. All rights reserved.