AppsPeopleOzExternalMergedpeopleapiOtherKeyword

AI Overview😉

  • Potential purpose of module: This module appears to be related to extracting and processing information about people from various sources, such as Outlook, and storing it in a centralized system. The "OtherKeyword" object suggests that it's focused on capturing additional, potentially relevant keywords or information about individuals.
  • Impact on search results: This module could impact search results by influencing how people-related searches are ranked and displayed. For example, if a user searches for a person's name, this module might help Google understand the context and relevance of the search, and return more accurate or personalized results. It could also affect the ranking of websites that provide information about people, such as social media profiles or biographical articles.
  • Optimization strategies for websites: To be more favorable for this function, websites could focus on providing clear, structured, and accurate information about people, such as including relevant keywords, metadata, and formatting. They could also ensure that their content is easily crawlable and indexable by Google's algorithms. Additionally, websites could consider implementing schema markup or other semantic tagging to help Google understand the context and relationships between people, events, and entities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • 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) -
  • source (type: String.t, default: nil) -
  • type (type: String.t, default: nil) - The type of the event. The type depends on the OtherKeyword.source. OUTLOOK source fields must be one of: billing_information directory_server keyword mileage sensitivity user subject All other fields are treated as a CUSTOM source field. The value can be free form or one of these predefined values: home other work
  • 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.AppsPeopleOzExternalMergedpeopleapiOtherKeyword{
    formattedType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    source: String.t() | nil,
    type: 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.