AppsPeopleOzExternalMergedpeopleapiPhone

AI Overview😉

  • The potential purpose of this module is to extract and process phone number information from web pages, which can help Google's algorithm to better understand the content and context of a webpage, potentially improving the relevance and accuracy of search results.
  • This module could impact search results by allowing Google to:
    • Identify and extract phone numbers from web pages, which can be useful for search queries related to businesses, services, or individuals.
    • Associate phone numbers with specific entities, such as businesses or individuals, to improve search result relevance.
    • Provide additional context and information about a webpage, which can influence ranking and search result placement.
  • To be more favorable for this function, a website may:
    • Clearly display phone numbers on their web pages, making it easier for the algorithm to extract and process the information.
    • Use standardized and consistent formatting for phone numbers, such as the ITU-T E.164 international public telecommunication numbering plan.
    • Provide additional context and information about the phone number, such as the type of phone number (e.g., home, work, mobile) or its association with a specific entity.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • canonicalizedForm (type: String.t, default: nil) - Canonicalized form that follows ITU-T E.164 international public telecommunication numbering plan.
  • emergencyInfo (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiFieldEmergencyInfo.t, default: nil) - Emergency information. See go/emergency-trusted-contacts-papi.
  • extendedData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPhoneExtendedData.t, default: nil) - Read-only. Field requested by specifying HANGOUTS_PHONE_DATA in extension_set.extension_names.
  • formattedType (type: String.t, default: nil) - The type translated and formatted in the request locale. See go/people-api-howto/localization for details on how to usage.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • type (type: String.t, default: nil) - The type of the phone number. The type can be free form or one of these predefined values: home work mobile homeFax workFax otherFax pager workMobile workPager main googleVoice other
  • uri (type: String.t, default: nil) -
  • value (type: String.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.AppsPeopleOzExternalMergedpeopleapiPhone{
    canonicalizedForm: String.t() | nil,
    emergencyInfo:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiFieldEmergencyInfo.t()
      | nil,
    extendedData:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPhoneExtendedData.t()
      | nil,
    formattedType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    type: String.t() | nil,
    uri: String.t() | nil,
    value: 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.