GeostoreRawMetadataProto

AI Overview😉

  • The potential purpose of this module is to manage and process geographic data, specifically dealing with conflicts that arise when combining data from different sources (conflation). It helps to resolve these conflicts and provide a unified view of the data.
  • This module could impact search results by influencing the relevance and accuracy of location-based search queries. It may prioritize results that have more consistent and reliable geographic data, which could lead to more accurate and relevant search results for users.
  • A website may change things to be more favorable for this function by ensuring that their geographic data is accurate, consistent, and well-formatted. This could include using standardized formats for location data, providing clear and concise descriptions of geographic fields, and using relevant and descriptive labels for location-based data. Additionally, websites may want to ensure that their data is regularly updated and reflects the most recent changes to geographic information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • conflationMethod (type: String.t, default: nil) - Method to use when conflating together RawDataProto values at the same key NB: If you add a new ConflationMethod, then you must add the corresponding logic to MergeRawData to conflate the RawDataProto values using this method.
  • description (type: String.t, default: nil) - Self-contained documentation about what this field represents and how its values are encoded.
  • key (type: String.t, default: nil) - The key being described.
  • label (type: String.t, default: nil) - A longer, human-readable name associated with this key. The label might be used in a data explorer tool, for example.

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.GeostoreRawMetadataProto{
  conflationMethod: String.t() | nil,
  description: String.t() | nil,
  key: String.t() | nil,
  label: 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.