ProcessWithDocAiPipeline(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The configuration of processing documents in Document Warehouse with DocAi processors pipeline.
Attributes |
|
---|---|
Name | Description |
documents |
MutableSequence[str]
The list of all the resource names of the documents to be processed. Format: projects/{project_number}/locations/{location}/documents/{document_id}. |
export_folder_path |
str
The Cloud Storage folder path used to store the exported documents before being sent to CDW. Format: gs:// .
|
processor_info |
google.cloud.contentwarehouse_v1.types.ProcessorInfo
The CDW processor information. |
processor_results_folder_path |
str
The Cloud Storage folder path used to store the raw results from processors. Format: gs:// .
|