GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline
Table of Contents ▼
Jump to a specific part of the page:
Description
The configuration of processing documents in Document Warehouse with DocAi processors pipeline.
Attributes List
This module has the following attributes (case-insensitive ascending order):
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
, 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:///
.
Type
@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
}
documents: [String.t()] | nil,
exportFolderPath: String.t() | nil,
processorInfo: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo.t() | nil,
processorResultsFolderPath: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline