BatchAnnotateFilesResponse constructor

BatchAnnotateFilesResponse({
  1. required List<AnnotateFileResponse> responses,
})

Implementation

BatchAnnotateFilesResponse({required this.responses});