GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline constructor

GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline({
  1. List<String>? documents,
  2. String? exportFolderPath,
  3. GoogleCloudContentwarehouseV1ProcessorInfo? processorInfo,
  4. String? processorResultsFolderPath,
})

Implementation

GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline({
  this.documents,
  this.exportFolderPath,
  this.processorInfo,
  this.processorResultsFolderPath,
});