AsyncBatchAnnotateFilesRequest constructor

AsyncBatchAnnotateFilesRequest({
  1. Map<String, String>? labels,
  2. String? parent,
  3. List<AsyncAnnotateFileRequest>? requests,
})

Implementation

AsyncBatchAnnotateFilesRequest({
  this.labels,
  this.parent,
  this.requests,
});