Voting helps other researchers find interesting modules.
The configuration of the Cloud Storage Ingestion with DocAI Processors pipeline.
extractProcessorInfos
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo.t)
nil
inputPath
String.t
gs:///
pipelineConfig
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IngestPipelineConfig.t
processorResultsFolderPath
skipIngestedDocuments
boolean()
splitClassifyProcessorInfo
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline{ extractProcessorInfos: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo.t() ] | nil, inputPath: String.t() | nil, pipelineConfig: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IngestPipelineConfig.t() | nil, processorResultsFolderPath: String.t() | nil, skipIngestedDocuments: boolean() | nil, splitClassifyProcessorInfo: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo.t() | nil }
@spec decode(struct(), keyword()) :: struct()