Class AsyncBatchAnnotateFilesRequest (2.4.4)

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

Multiple async file annotation requests are batched into a single service call.

Attribute

NameDescription
requests Sequence[google.cloud.vision_v1p4beta1.types.AsyncAnnotateFileRequest]
Required. Individual async file annotation requests for this batch.