Class AsyncBatchAnnotateFilesResponse (3.1.2)

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

Response to an async batch file annotation request.

Attribute

NameDescription
responses Sequence[google.cloud.vision_v1p4beta1.types.AsyncAnnotateFileResponse]
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

Inheritance

builtins.object > proto.message.Message > AsyncBatchAnnotateFilesResponse