GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig constructor

GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig({
  1. GoogleCloudDocumentaiV1beta3GcsDocuments? gcsDocuments,
  2. GoogleCloudDocumentaiV1beta3GcsPrefix? gcsPrefix,
})

Implementation

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