AppsPeopleOzExternalMergedpeopleapiStructuredPhonePhoneNumber

AI Overview😉

  • The potential purpose of this module is to extract and normalize phone number data from search results, allowing Google to better understand and display phone numbers in a standardized format (E.164) and provide additional context (i18nData) for users.
  • This module could impact search results by influencing the ranking or display of results that contain phone numbers. It may prioritize results with properly formatted phone numbers, or provide additional information to users, such as international dialing codes or phone number formats specific to a region. This could lead to more accurate and user-friendly search results.
  • To be more favorable for this function, a website could ensure that phone numbers are displayed in a standardized format (E.164) and provide additional context, such as international dialing codes or region-specific phone number formats. This could involve using schema.org markup or other structured data formats to provide clear and consistent phone number information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • e164 (type: String.t, default: nil) -
  • i18nData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiStructuredPhonePhoneNumberI18nData.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.AppsPeopleOzExternalMergedpeopleapiStructuredPhonePhoneNumber{
    e164: String.t() | nil,
    i18nData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiStructuredPhonePhoneNumberI18nData.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.