AppsPeopleOzExternalMergedpeopleapiStructuredPhone

AI Overview😉

  • Potential purpose of module: This module appears to be related to processing and storing phone number information, specifically structured phone numbers with attributes like formatted type, phone number, short code, and type. Its purpose might be to help Google understand and categorize phone numbers associated with people or entities, potentially for search results or other applications.
  • Impact on search results: This module could impact search results by allowing Google to better understand and index phone numbers, potentially leading to more accurate and relevant search results when users search for phone numbers or entities associated with phone numbers. It might also enable features like phone number extraction or autocomplete suggestions.
  • Website changes for favorability: To be more favorable for this function, a website could ensure that phone numbers are properly formatted and structured, using standardized formats and schema.org markup to provide additional context. This might include using specific HTML elements or attributes to denote phone numbers, such as `` or `itemprop="telephone"`. Additionally, websites could provide clear and consistent phone number information across different pages and sections.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This message mirrors the ContactPhoneNumber message in ccc/grand_central/common/types.proto. For various reasons, we cannot take on a direct dependency. See other proto file for most recent documentation.

Attributes

  • formattedType (type: String.t, default: nil) - The phone formatted type. See docs from mirrored proto: http://google3/ccc/grand_central/common/types.proto?l=128&rcl=241000760
  • phoneNumber (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiStructuredPhonePhoneNumber.t, default: nil) -
  • shortCode (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiStructuredPhoneShortCode.t, default: nil) -
  • type (type: String.t, default: nil) - The type of phone. See docs from mirrored proto: http://google3/ccc/grand_central/common/types.proto?l=125&rcl=241000760

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.AppsPeopleOzExternalMergedpeopleapiStructuredPhone{
    formattedType: String.t() | nil,
    phoneNumber:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiStructuredPhonePhoneNumber.t()
      | nil,
    shortCode:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiStructuredPhoneShortCode.t()
      | nil,
    type: 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.