ClassifierPornSiteDataVersionedScore

AI Overview😉

  • Potential purpose of module: This module appears to be a classifier that assigns a "porn score" to a website, which is likely used to determine the site's suitability for safe search results. The score is based on the average Universal Page Probability of all the site's pages.
  • Impact on search results: This module could impact search results by influencing the ranking of websites that contain adult content. Websites with higher "porn scores" may be filtered out or demoted in search results, especially when safe search is enabled. This could lead to more family-friendly results and a safer browsing experience for users.
  • Changes to be more favorable for this function: To be more favorable for this function, a website may consider implementing the following changes:
    • Removing or restricting access to explicit content
    • Implementing clear labeling and categorization of adult content
    • Providing a safe and family-friendly browsing experience
    • Complying with safe search guidelines and best practices

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The site porn score of the site to which the page of interest belongs to. Multiple versions are kept across large changes for some time. The Version-4 score is the average Universal Page Probability of all the site's pages, and will come with populated verticals4_score and site_rule (if any rule fires) fields. When using this score it is recommended to subscribe to the following mailing list: g/safesearch-announce.

Attributes

  • score (type: number(), default: nil) -
  • siteRule (type: list(String.t), default: nil) -
  • version (type: integer(), default: nil) -
  • verticals4Score (type: number(), default: nil) - Please talk to safesearch@ before relying on any of these internal fields:

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.ClassifierPornSiteDataVersionedScore{
    score: number() | nil,
    siteRule: [String.t()] | nil,
    version: integer() | nil,
    verticals4Score: number() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.