SearchPolicyRankableSensitivityQueryUnderstanding

AI Overview😉

  • The potential purpose of this module is to detect sensitive user intents and content in search queries, such as explicit or harmful content, and adjust search results accordingly. It appears to be a feature that aims to promote a safer and more responsible search experience.
  • This module could impact search results by filtering out or demoting content that is deemed sensitive or inappropriate, and promoting more family-friendly or safe results instead. This could lead to a more curated search experience, but may also raise concerns about censorship or bias.
  • A website may change things to be more favorable for this function by ensuring that their content is appropriate for all audiences, and clearly labeling or flagging sensitive content. They may also want to focus on creating high-quality, informative, and safe content that aligns with Google's guidelines and policies, in order to increase their chances of ranking higher in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Sensitivity is produced by QU.

Attributes

  • intentOnlyNoPii (type: boolean(), default: nil) - QU dectects a sensitive intent with no sensitive content (eg., [Send email]). This flag is only used to trigger a sensitive feature because as a precaution all sensitive features should check current sensitivity mode before triggering; but will NOT block any backends, which means all other features can compete fairly.
  • rewrittenQuery (type: String.t, default: nil) - The rewritten query this sensitivity is for. Note different query rewrites could produce different sensitivities.

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.SearchPolicyRankableSensitivityQueryUnderstanding{
    intentOnlyNoPii: boolean() | nil,
    rewrittenQuery: 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.