public interface BatchAnnotateImagesResponseOrBuilder extends 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, hasOneof
isInitialized
List<AnnotateImageResponse> getResponsesList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 1;
AnnotateImageResponse getResponses(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 1;
int getResponsesCount()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 1;
List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 1;
AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p2beta1.AnnotateImageResponse responses = 1;
Copyright © 2022 Google LLC. All rights reserved.