AppsPeopleOzExternalMergedpeopleapiAbout

AI Overview😉

  • The potential purpose of this module is to process and sanitize HTML content, specifically the "about" section of a person's profile, to ensure it is safe and properly formatted for display in search results.
  • This module could impact search results by affecting how person-related searches are displayed, such as searches for a person's name or profile. It may prioritize results with properly formatted and sanitized "about" sections, leading to more informative and user-friendly search results.
  • To be more favorable for this function, a website may ensure that their "about" sections are properly formatted in HTML, with clear and concise content that is easy for the module to parse and sanitize. Additionally, they may want to consider using the SANITIZE_ABOUT_HTML extension to request sanitized HTML values.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • contentType (type: String.t, default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • safeHtmlValue (type: GoogleApi.ContentWarehouse.V1.Model.WebutilHtmlTypesSafeHtmlProto.t, default: nil) - Sanitized HTML value that is only populated when the SANITIZE_ABOUT_HTML extension is requested.
  • 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.AppsPeopleOzExternalMergedpeopleapiAbout{
    contentType: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    safeHtmlValue:
      GoogleApi.ContentWarehouse.V1.Model.WebutilHtmlTypesSafeHtmlProto.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.