Class AsyncBatchAnnotateFilesResponse (2.4.4)

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

Response to an async batch file annotation request. .. attribute:: responses

The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

:type: Sequence[google.cloud.vision_v1p3beta1.types.AsyncAnnotateFileResponse]