GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline constructor

GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline({
  1. List<GoogleCloudContentwarehouseV1ProcessorInfo>? extractProcessorInfos,
  2. String? inputPath,
  3. GoogleCloudContentwarehouseV1IngestPipelineConfig? pipelineConfig,
  4. String? processorResultsFolderPath,
  5. bool? skipIngestedDocuments,
  6. GoogleCloudContentwarehouseV1ProcessorInfo? splitClassifyProcessorInfo,
})

Implementation

GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline({
  this.extractProcessorInfos,
  this.inputPath,
  this.pipelineConfig,
  this.processorResultsFolderPath,
  this.skipIngestedDocuments,
  this.splitClassifyProcessorInfo,
});