BatchAnnotateFilesResponse constructor

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

Implementation

BatchAnnotateFilesResponse({
  this.responses,
});