public interface BatchAnnotateImagesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResponses(int index)
public abstract AnnotateImageResponse getResponses(int index)Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageResponse responses = 1;
| Name | Description |
| index | int |
| Type | Description |
| AnnotateImageResponse |
getResponsesCount()
public abstract int getResponsesCount()Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageResponse responses = 1;
| Type | Description |
| int |
getResponsesList()
public abstract List<AnnotateImageResponse> getResponsesList()Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageResponse responses = 1;
| Type | Description |
| List<AnnotateImageResponse> |
getResponsesOrBuilder(int index)
public abstract AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageResponse responses = 1;
| Name | Description |
| index | int |
| Type | Description |
| AnnotateImageResponseOrBuilder |
getResponsesOrBuilderList()
public abstract List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageResponse responses = 1;
| Type | Description |
| List<? extends com.google.cloud.vision.v1p1beta1.AnnotateImageResponseOrBuilder> |