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.v1.AnnotateImageResponse responses = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotateImageResponse |
|
getResponsesCount()
public abstract int getResponsesCount()Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResponsesList()
public abstract List<AnnotateImageResponse> getResponsesList()Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
| Returns | |
|---|---|
| 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.v1.AnnotateImageResponse responses = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotateImageResponseOrBuilder |
|
getResponsesOrBuilderList()
public abstract List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder> |
|