RepositoryWebrefCompactKgPropertyValue

AI Overview😉

  • The potential purpose of this module is to store and process metadata about web pages, specifically the properties and values associated with a particular web page or entity. This module appears to be related to Knowledge Graph, a Google feature that provides information about entities, and may be used to help generate answer boxes or other informative features in search results.
  • This module could impact search results by influencing the information that is displayed about a particular entity or web page. For example, if a web page has a specific property or value associated with it, such as a business's address or hours of operation, this module may help determine whether and how that information is displayed in search results. This could affect the ranking and relevance of search results, as well as the user experience.
  • To be more favorable to this function, a website may want to ensure that its metadata is accurate and complete, and that it is using schema.org markup or other standardized formats to provide information about its entities and properties. This could include providing clear and consistent naming conventions, as well as using relevant and descriptive values for properties. Additionally, a website may want to ensure that its information is up-to-date and consistent across different sources, to increase the chances of being accurately represented in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Analog to freebase::PropertyValue

Attributes

  • encodedMid (type: String.t, default: nil) -
  • hrid (type: String.t, default: nil) -
  • value (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue.t), default: nil) -
  • valueStatus (type: String.t, default: nil) -

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.RepositoryWebrefCompactKgPropertyValue{
    encodedMid: String.t() | nil,
    hrid: String.t() | nil,
    value:
      [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue.t()]
      | nil,
    valueStatus: 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.