GoogleCloudDocumentaiV1DocumentPageParagraph

AI Overview😉

  • Potential purpose of module in simple language: This module is designed to identify and understand the structure of a document, specifically paragraphs, including the languages used, layout, and history of the annotation. It's like a document parser that helps Google Search understand the content of a webpage.
  • How it could impact search results: This module can impact search results by allowing Google Search to better understand the content and structure of a webpage, which can lead to more accurate indexing and retrieval of relevant information. It may also help Google to identify and prioritize content that is more readable and well-structured, potentially improving the overall quality of search results.
  • How a website may change things to be more favorable for this function: To be more favorable for this function, a website can ensure that its content is well-structured, with clear and consistent paragraph formatting, and that the language used is accurately represented. Additionally, using clear and descriptive headings, and organizing content in a logical and easy-to-follow manner can also help this module to better understand the document structure and content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A collection of lines that a human would perceive as a paragraph.

Attributes

  • detectedLanguages (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.t), default: nil) - A list of detected languages together with confidence.
  • layout (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout.t, default: nil) - Layout for Paragraph.
  • provenance (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenance.t, default: nil) - The history of this annotation.

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.GoogleCloudDocumentaiV1DocumentPageParagraph{
    detectedLanguages:
      [
        GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.t()
      ]
      | nil,
    layout:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageLayout.t()
      | nil,
    provenance:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenance.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.