responses property

List<AnnotateFileResponse>? responses
getter/setter pair

The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

Implementation

core.List<AnnotateFileResponse>? responses;