GoogleCloudDocumentaiV1BatchProcessRequest constructor

GoogleCloudDocumentaiV1BatchProcessRequest({
  1. GoogleCloudDocumentaiV1DocumentOutputConfig? documentOutputConfig,
  2. GoogleCloudDocumentaiV1BatchDocumentsInputConfig? inputDocuments,
  3. Map<String, String>? labels,
  4. GoogleCloudDocumentaiV1ProcessOptions? processOptions,
  5. bool? skipHumanReview,
})

Implementation

GoogleCloudDocumentaiV1BatchProcessRequest({
  this.documentOutputConfig,
  this.inputDocuments,
  this.labels,
  this.processOptions,
  this.skipHumanReview,
});