public static final class BatchAnnotateImagesResponse.Builder extends GeneratedMessageV3.Builder<BatchAnnotateImagesResponse.Builder> implements BatchAnnotateImagesResponseOrBuilder
Response to a batch image annotation request.
Protobuf type google.cloud.vision.v1.BatchAnnotateImagesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchAnnotateImagesResponse.BuilderImplements
BatchAnnotateImagesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllResponses(Iterable<? extends AnnotateImageResponse> values)
public BatchAnnotateImagesResponse.Builder addAllResponses(Iterable<? extends AnnotateImageResponse> values)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1.AnnotateImageResponse> |
Type | Description |
BatchAnnotateImagesResponse.Builder |