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.
|
java.util.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.
|
java.util.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
java.util.List<AnnotateImageResponse> getResponsesList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
AnnotateImageResponse getResponses(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
int getResponsesCount()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
java.util.List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;