requests property

List<AnnotateFileRequest>? requests
getter/setter pair

The list of file annotation requests.

Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.

Required.

Implementation

core.List<AnnotateFileRequest>? requests;