Class BatchAnnotateImagesRequest (3.1.0)

BatchAnnotateImagesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Multiple image annotation requests are batched into a single service call.

Attribute

NameDescription
requests Sequence[google.cloud.vision_v1p2beta1.types.AnnotateImageRequest]
Required. Individual image annotation requests for this batch.

Inheritance

builtins.object > proto.message.Message > BatchAnnotateImagesRequest