ClassifierPornReferrerCounts

AI Overview😉

  • The potential purpose of this module is to analyze and store information about the referrers (landing pages or near-duplicate images) of an image, specifically categorizing them as porn, adult, or soft porn, to help Google's algorithm determine the image's content and relevance.
  • This module could impact search results by influencing the ranking of images based on their referrer classifications. Images with referrers classified as porn or adult may be demoted in search results or filtered out of certain searches, while images with referrers classified as safe may be promoted.
  • To be more favorable for this function, a website could ensure that the referrers (landing pages or near-duplicate images) associated with their images are classified as safe and do not contain explicit content. This could be achieved by reviewing and moderating user-generated content, using content filters, or avoiding linking to or hosting explicit images.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

ReferrerCounts stores how many referrers an images has and how many of them were classified as porn and as adult/softporn respectively. Note that a referrer is usually a landing page, but as of March 2011 this also includes referrers which an image can 'inherit' by propagating counts from near duplicate images.

Attributes

  • adult (type: integer(), default: nil) -
  • porn (type: integer(), default: nil) - Number of referrers which are classified as porn and as adult.
  • total (type: integer(), default: nil) - Total number of referrers.

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.ClassifierPornReferrerCounts{
  adult: integer() | nil,
  porn: integer() | nil,
  total: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.