GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata
Table of Contents ▼
Jump to a specific part of the page:
Description
The metadata message for Process-with-DocAi pipeline.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
documents
(type:list(String.t)
, default:nil
)
- The input list of all the resource names of the documents to be processed. -
processorInfo
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo
, default:nil
)
- The DocAI processor to process the documents with.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata{
documents: [String.t()] | nil,
processorInfo: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo.t() | nil
}
documents: [String.t()] | nil,
processorInfo: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata