GoogleCloudDocumentaiV1DocumentPageDetectedLanguage

AI Overview😉

  • The potential purpose of this module is to identify the language of a webpage or document, and to determine the confidence level of that identification. This helps Google understand the content of a page and to serve it to users who are searching in that language.
  • This module could impact search results by influencing the ranking of pages in search engine results pages (SERPs). Pages that are correctly identified as being in a specific language may be more likely to appear in search results for users searching in that language. Conversely, pages that are misidentified or have low confidence levels may be demoted or excluded from search results.
  • A website may change things to be more favorable for this function by ensuring that their content is correctly tagged with the appropriate language code (e.g. en-US, fr-FR, etc.) in their HTML metadata, and by using clear and consistent language throughout their content. This can help Google's algorithm to accurately identify the language of the page and to serve it to the appropriate audience.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Detected language for a structural component.

Attributes

  • confidence (type: number(), default: nil) - Confidence of detected language. Range [0, 1].
  • languageCode (type: String.t, default: nil) - The BCP-47 language code, such as en-US or sr-Latn.

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.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage{
    confidence: number() | nil,
    languageCode: 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.