GoogleCloudDocumentaiV1BatchDocumentsInputConfig constructor

GoogleCloudDocumentaiV1BatchDocumentsInputConfig({
  1. GoogleCloudDocumentaiV1GcsDocuments? gcsDocuments,
  2. GoogleCloudDocumentaiV1GcsPrefix? gcsPrefix,
})

Implementation

GoogleCloudDocumentaiV1BatchDocumentsInputConfig({
  this.gcsDocuments,
  this.gcsPrefix,
});