Class AsyncBatchAnnotateFilesRequest (3.7.1)

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

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

Attribute

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