BatchAnnotateFilesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)A list of requests to annotate files using the BatchAnnotateFiles API.
Attribute |
|
|---|---|
| Name | Description |
requests |
MutableSequence[google.cloud.vision_v1p4beta1.types.AnnotateFileRequest]
Required. The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest. |