GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline

AI Overview😉

  • Potential purpose of module: This module appears to be responsible for processing documents in Google's Document Warehouse using DocAi processors. It seems to handle the configuration of document processing, including specifying the documents to be processed, the storage location for exported documents, and the processor information.
  • Impact on search results: This module could impact search results by influencing how documents are processed and indexed in Google's search engine. The processing of documents using DocAi processors may affect the relevance, accuracy, and ranking of search results. It may also enable Google to better understand the content of documents, leading to more informative and relevant search results.
  • Optimization for this function: To be more favorable for this function, a website may consider optimizing its document structure and content to be more easily processable by DocAi processors. This could include using clear and concise language, organizing content in a logical and hierarchical manner, and providing relevant metadata and keywords. Additionally, ensuring that documents are easily accessible and indexable by Google's crawlers may also improve the effectiveness of this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline (google_api_content_warehouse v0.4.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

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@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

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.