FreebasePropertyValue

AI Overview😉

  • The potential purpose of this module is to associate properties with values in the context of a topic, allowing Google to better understand the relationships between entities and their attributes. This module seems to be part of Google's Knowledge Graph, which aims to provide more informative and accurate search results.
  • This module could impact search results by providing more accurate and relevant information about entities, such as people, places, and things. By understanding the properties and values associated with a topic, Google can better answer user queries and provide more informative search results. This could lead to more accurate and relevant search results, especially for queries that involve entities and their attributes.
  • To be more favorable for this function, a website could focus on providing clear and structured data about entities and their attributes. This could involve using schema.org markup to provide additional context about entities, as well as ensuring that entity information is accurate, up-to-date, and easily accessible. Additionally, websites could focus on creating high-quality, informative content that provides value to users, which could help to increase their relevance and authority in the eyes of Google's algorithms.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A PropertyValue associates properties with values in the context of a topic.

Attributes

  • property (type: GoogleApi.ContentWarehouse.V1.Model.FreebaseId.t, default: nil) - The id of the property.
  • totalValueCount (type: String.t, default: nil) - Indicates the total values that exist for this property, even if they aren't all present in the value field, due to truncation.
  • value (type: list(GoogleApi.ContentWarehouse.V1.Model.FreebaseValue.t), default: nil) - The value associated with the property for the containing topic.
  • valueStatus (type: String.t, default: nil) - If ValueStatus is not set at all, the implication is that there are well-known value(s), specified in the "value" field. (It should be considered malformed data to have value_status set when len(values) > 0.)

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.FreebasePropertyValue{
  property: GoogleApi.ContentWarehouse.V1.Model.FreebaseId.t() | nil,
  totalValueCount: String.t() | nil,
  value: [GoogleApi.ContentWarehouse.V1.Model.FreebaseValue.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.