GeostoreTextAffixProto

AI Overview😉

  • The potential purpose of this module is to help Google understand and process text associated with a specific location or region, taking into account the language and cultural nuances of that area. It appears to be related to geotargeting and providing more accurate search results based on the user's location.
  • This module could impact search results by allowing Google to better understand the context and relevance of content to a specific region or language. It may prioritize content that is more relevant to the user's location or language, providing more accurate and localized search results. This could also help to reduce the visibility of content that is not relevant to the user's region or language.
  • To be more favorable to this function, a website could ensure that its content is accurately tagged with the relevant language and region information. This could include using schema markup to specify the language and region of the content, as well as providing high-quality, localized content that is relevant to the target audience. Additionally, using clear and concise language in the content, and avoiding ambiguity or cultural insensitivity, could also help to improve the website's visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents text (with an associated language) that is affixed to the beginning and/or end of a primary text.

Attributes

  • language (type: String.t, default: nil) - The external form of a Google International Identifiers Initiative (III) LanguageCode object. See google3/i18n/identifiers/languagecode.h for details. These strings should be treated as opaque blobs. You can use LanguageCodeConverter::FromOther to convert the string to a LanguageCode reference. You can then call methods on the LanguageCode class to extract language/script/region subtags (if any). See also http://g3doc/i18n/identifiers/g3doc/using-iii. We place extra restrictions on languages in addition to what the III library requires. See http://go/geo-schema-reference/feature-properties/languages.md
  • prefix (type: String.t, default: nil) - Text to prepend to the primary text, including any necessary trailing whitespace. At least one of prefix or suffix is required.
  • suffix (type: String.t, default: nil) - Text to append to the end of the primary text, including any necessary leading whitespace. At least one of prefix or suffix is required.

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.GeostoreTextAffixProto{
  language: String.t() | nil,
  prefix: String.t() | nil,
  suffix: 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.