SafesearchInternalImageSignals

AI Overview😉

  • The potential purpose of this module is to analyze and flag images that contain violent, offensive, or pornographic content, ensuring that search results are safe and family-friendly.
  • This module could impact search results by demoting or removing images that are deemed inappropriate, ensuring that users are not exposed to harmful or offensive content. This could lead to a safer and more trustworthy search experience, especially for users who are searching for sensitive topics.
  • To be more favorable for this function, a website could ensure that their images are properly labeled and described, avoiding any content that could be deemed offensive or inappropriate. Additionally, websites could implement measures to prevent users from uploading harmful or offensive content, and ensure that their content is moderated and reviewed regularly.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A proto that stores SafeSearch internal signals that are not exported to clients.

Attributes

  • imageEntitiesViolenceScore (type: number(), default: nil) -
  • offensiveAnnotation (type: GoogleApi.ContentWarehouse.V1.Model.SafesearchImageOffensiveAnnotation.t, default: nil) -
  • starburstPornScore (type: number(), default: nil) - Additional SafeSearch signals that are used to compute final scores.
  • starburstViolenceScore (type: number(), 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.SafesearchInternalImageSignals{
  imageEntitiesViolenceScore: number() | nil,
  offensiveAnnotation:
    GoogleApi.ContentWarehouse.V1.Model.SafesearchImageOffensiveAnnotation.t()
    | nil,
  starburstPornScore: number() | nil,
  starburstViolenceScore: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.