GoogleCloudDocumentaiV1DocumentPageToken

AI Overview😉

  • The potential purpose of this module is to analyze and understand the structure and content of a webpage, including the layout, language, and style of the text. It appears to be a part of Google's Document AI technology, which is used to extract insights and meaning from unstructured document data.
  • This module could impact search results by influencing how Google's algorithm understands and indexes webpage content. For example, it may help Google to better identify the main content of a page, distinguish between different languages, or recognize the layout and structure of a page. This could lead to more accurate and relevant search results, as well as improved features like snippet generation and answer extraction.
  • A website may change things to be more favorable for this function by ensuring that their webpage content is well-structured, with clear and consistent formatting, and that language and character encoding are properly declared. Additionally, using semantic HTML and schema markup can help search engines like Google to better understand the content and structure of a webpage. Furthermore, providing high-quality and relevant content that is easy to read and understand can also improve the chances of a webpage being accurately indexed and ranked by Google's algorithm.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A detected token.

Attributes

  • detectedBreak (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak.t, default: nil) - Detected break at the end of a Token.
  • 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 Token.
  • provenance (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenance.t, default: nil) - The history of this annotation.
  • styleInfo (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo.t, default: nil) - Text style attributes.

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.