GoogleCloudDocumentaiV1BatchProcessRequest constructor

GoogleCloudDocumentaiV1BatchProcessRequest({
  1. GoogleCloudDocumentaiV1DocumentOutputConfig? documentOutputConfig,
  2. GoogleCloudDocumentaiV1BatchDocumentsInputConfig? inputDocuments,
  3. GoogleCloudDocumentaiV1ProcessOptions? processOptions,
  4. bool? skipHumanReview,
})

Implementation

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