ClassifierPornClassifierData

AI Overview😉

  • The potential purpose of this module is to detect and classify pornographic content in images, ensuring that explicit content is not displayed in search results, especially for users who have safe search enabled.
  • This module could impact search results by filtering out or demoting websites with explicit content, especially if they are not properly labeled or do not comply with Google's content policies. This could lead to a safer and more family-friendly search experience, but may also potentially censor or penalize legitimate websites that deal with mature topics.
  • A website may change things to be more favorable for this function by ensuring that any explicit content is properly labeled and separated from other content, using appropriate keywords and metadata, and complying with Google's content policies and guidelines. Additionally, websites may want to consider implementing their own content filtering and moderation mechanisms to ensure that their content is suitable for all audiences.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Next ID: 6

Attributes

  • classification (type: list(GoogleApi.ContentWarehouse.V1.Model.ClassifierPornClassifierDataClassification.t), default: nil) -
  • imageBasedDetectionDone (type: boolean(), default: nil) - Records whether the image linker is run already. This is only used for Alexandria but NOT for Segindexer.
  • timestamp (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.ClassifierPornClassifierData{
  classification:
    [
      GoogleApi.ContentWarehouse.V1.Model.ClassifierPornClassifierDataClassification.t()
    ]
    | nil,
  imageBasedDetectionDone: boolean() | nil,
  timestamp: 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.