RepositoryWebrefCompactKgValue

AI Overview😉

  • The potential purpose of this module is to help Google understand and store different types of data or values associated with a topic or entity, such as dates, numbers, text, and URLs. This allows Google to better comprehend the relationships between entities and provide more accurate search results.
  • This module could impact search results by allowing Google to more accurately identify and rank relevant content based on the specific values associated with a topic or entity. For example, if a search query includes a specific date or location, Google can use this module to quickly identify relevant content that matches those criteria. This could lead to more accurate and relevant search results.
  • A website may change things to be more favorable for this function by using structured data and schema markup to provide clear and consistent values for different types of data, such as dates, locations, and entities. This can help Google understand the context and meaning of the content on the website, leading to more accurate and relevant search results. Additionally, using consistent and standardized formats for data can help Google to better understand the relationships between entities and provide more accurate search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Analog to freebase::Value TODO(b/144526840) This representation has several quality and performance issues. Next available tag number: 12

Attributes

  • boolValue (type: boolean(), default: nil) - Present when value is bool.
  • compoundValue (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgTopic.t, default: nil) - Compound values are those that contain either a number of simple valued facets (such as a latitude/longitude pair), or "mediator" topics representing multi-dimensional relationships between topics. See metaweb/data/topictable/topic.proto for more details.
  • datetimeValue (type: String.t, default: nil) - Present when value is datetime.
  • enumValue (type: String.t, default: nil) - Present when value is enum.
  • floatValue (type: float(), default: nil) - Present when value is float.
  • idValue (type: String.t, default: nil) - Present when value is an id.
  • intValue (type: String.t, default: nil) - Present when value is int.
  • serializedProtoValue (type: String.t, default: nil) - Present when value is a serialized protocol buffer.
  • textValue (type: String.t, default: nil) - Present when value is text.
  • uriValue (type: String.t, default: nil) - Present when value is URI.
  • uriValueFprint32 (type: integer(), default: nil) - 32-bit fprint of uri. Can be used instead of uri_value to save space. See GetNormalizedUriFprint32().

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.RepositoryWebrefCompactKgValue{
  boolValue: boolean() | nil,
  compoundValue:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgTopic.t() | nil,
  datetimeValue: String.t() | nil,
  enumValue: String.t() | nil,
  floatValue: float() | nil,
  idValue: String.t() | nil,
  intValue: String.t() | nil,
  serializedProtoValue: String.t() | nil,
  textValue: String.t() | nil,
  uriValue: String.t() | nil,
  uriValueFprint32: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.