RepositoryWebrefCompactFlatPropertyValue

AI Overview😉

  • The potential purpose of this module is to flatten and simplify complex data structures, such as nested compound values, into a more easily searchable format. This allows Google's search algorithm to more efficiently process and understand the relationships between different pieces of data.
  • This module could impact search results by allowing Google to better understand the context and relationships between different pieces of data, leading to more accurate and relevant search results. It may also enable Google to return more specific and detailed information in response to user queries.
  • To be more favorable for this function, a website could focus on providing clear and structured data, using schema.org markup and other semantic HTML techniques to help Google understand the relationships between different pieces of data. Additionally, using concise and descriptive property names and values could help Google to more easily process and understand the data.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Flattened version of possibly nested compound values. This means that the value in here is never a compound_value and all predicate MIDs on the nested path are collapsed into the repeated predicate_encoded_mid field. When predicate_encoded_mid contains only one predicate, this is equivalent to a CompactKgPropertyValue.

Attributes

  • predicateEncodedMid (type: list(String.t), default: nil) -
  • propertyName (type: String.t, default: nil) - The property corresponding to predicte_encoded_mid above. This is populated in some non-serving tables.
  • value (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue.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.RepositoryWebrefCompactFlatPropertyValue{
    predicateEncodedMid: [String.t()] | nil,
    propertyName: String.t() | nil,
    value:
      [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue.t()]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.