View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline (google_api_content_warehouse v0.6.0)
The configuration of processing documents in Document Warehouse with DocAi processors pipeline.
Attributes
-
documents
(type:list(String.t)
, default:nil
) - The list of all the resource names of the documents to be processed. Format: projects/{project_number}/locations/{location}/documents/{document_id}. -
exportFolderPath
(type:String.t
, default:nil
) - The Cloud Storage folder path used to store the exported documents before being sent to CDW. Format:gs:///
. -
processorInfo
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo.t
, default:nil
) - The CDW processor information. -
processorResultsFolderPath
(type:String.t
, default:nil
) - The Cloud Storage folder path used to store the raw results from processors. Format:gs:///
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline{ documents: [String.t()] | nil, exportFolderPath: String.t() | nil, processorInfo: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo.t() | nil, processorResultsFolderPath: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.