MutableSequence[google.cloud.contentwarehouse_v1.types.ProcessorInfo]
The extract processors information.
One matched extract processor will be used to
process documents based on the classify
processor result. If no classify processor is
specified, the first extract processor will be
used.
processor_results_folder_path
str
The Cloud Storage folder path used to store the raw results
from processors. Format:
gs://.
skip_ingested_documents
bool
The flag whether to skip ingested documents.
If it is set to true, documents in Cloud Storage
contains key "status" with value
"status=ingested" in custom metadata will be
skipped to ingest.
pipeline_config
google.cloud.contentwarehouse_v1.types.IngestPipelineConfig
Optional. The config for the Cloud Storage
Ingestion with DocAI Processors pipeline. It
provides additional customization options to run
the pipeline and can be skipped if it is not
applicable.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class GcsIngestWithDocAiProcessorsPipeline (0.7.16)\n\nVersion latestkeyboard_arrow_down\n\n- [0.7.16 (latest)](/python/docs/reference/contentwarehouse/latest/google.cloud.contentwarehouse_v1.types.GcsIngestWithDocAiProcessorsPipeline)\n- [0.7.15](/python/docs/reference/contentwarehouse/0.7.15/google.cloud.contentwarehouse_v1.types.GcsIngestWithDocAiProcessorsPipeline)\n- [0.6.0](/python/docs/reference/contentwarehouse/0.6.0/google.cloud.contentwarehouse_v1.types.GcsIngestWithDocAiProcessorsPipeline)\n- [0.5.1](/python/docs/reference/contentwarehouse/0.5.1/google.cloud.contentwarehouse_v1.types.GcsIngestWithDocAiProcessorsPipeline)\n- [0.4.1](/python/docs/reference/contentwarehouse/0.4.1/google.cloud.contentwarehouse_v1.types.GcsIngestWithDocAiProcessorsPipeline)\n- [0.3.1](/python/docs/reference/contentwarehouse/0.3.1/google.cloud.contentwarehouse_v1.types.GcsIngestWithDocAiProcessorsPipeline)\n- [0.2.1](/python/docs/reference/contentwarehouse/0.2.1/google.cloud.contentwarehouse_v1.types.GcsIngestWithDocAiProcessorsPipeline)\n- [0.1.0](/python/docs/reference/contentwarehouse/0.1.0/google.cloud.contentwarehouse_v1.types.GcsIngestWithDocAiProcessorsPipeline) \n\n GcsIngestWithDocAiProcessorsPipeline(\n mapping=None, *, ignore_unknown_fields=False, **kwargs\n )\n\nThe configuration of the Cloud Storage Ingestion with DocAI\nProcessors pipeline."]]