OceanDocInfo

AI Overview😉

  • The potential purpose of this module is to provide additional metadata about a document, such as a "docTag", which could be used to better understand the content and context of the document. This metadata can help the search algorithm to better rank and retrieve relevant results.
  • This module could impact search results by allowing the algorithm to consider additional factors beyond just the content of the document. For example, the "docTag" could indicate the document's topic, tone, or intended audience, which could help the algorithm to return more relevant and accurate results.
  • To be more favorable for this function, a website could focus on providing clear and accurate metadata about their content, such as using schema.org markup to provide additional context about their pages. Additionally, ensuring that their content is well-structured and easy to crawl could help the algorithm to better understand the content and assign relevant "docTags".

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Ocean data in docserver results (whole documents)

Attributes

  • docTag (type: GoogleApi.ContentWarehouse.V1.Model.OceanDocTag.t, default: nil) - data returned with search docresults (snippets)

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.OceanDocInfo{
  docTag: GoogleApi.ContentWarehouse.V1.Model.OceanDocTag.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.