GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata

AI Overview😉

  • The potential purpose of this module is to process documents using Google's Document AI (DocAI) technology, which is a suite of AI-powered tools for document analysis and understanding. This module appears to be responsible for feeding documents into the DocAI pipeline for processing.
  • This module could impact search results by allowing Google to better understand the content of documents, potentially leading to more accurate and relevant search results. It may also enable features such as document summarization, entity extraction, and optical character recognition (OCR), which could improve the search experience.
  • To be more favorable for this function, a website could ensure that its documents are well-structured and easily machine-readable, with clear and concise formatting. This could include using standardized document formats, such as PDF or DOCX, and providing metadata like titles, authors, and descriptions. Additionally, websites could consider using schema.org markup to provide additional context about their documents, which could help Google's DocAI technology better understand the content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata (google_api_content_warehouse v0.4.0)

The metadata message for Process-with-DocAi pipeline.

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.t, default: nil) - The DocAI processor to process the documents with.

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.GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata{
    documents: [String.t()] | nil,
    processorInfo:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessorInfo.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.