GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline

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):

View Attributes

Attributes

  1. 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}.
  2. exportFolderPath (type: String.t, default: nil)
    - The Cloud Storage folder path used to store the exported documents before being sent to CDW. Format: gs:///.
  3. processorInfo (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo, default: nil)
    - The CDW processor information.
  4. 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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline