Package com.google.cloud.vision.v1
Interface BatchAnnotateImagesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchAnnotateImagesResponse
,BatchAnnotateImagesResponse.Builder
public interface BatchAnnotateImagesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResponsesList
List<AnnotateImageResponse> getResponsesList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
-
getResponses
AnnotateImageResponse getResponses(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
-
getResponsesCount
int getResponsesCount()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
-
getResponsesOrBuilderList
List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
-
getResponsesOrBuilder
AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
-
-