SafesearchVideoContentSignalsMultiLabelOutput

AI Overview😉

  • The potential purpose of this module is to classify video content into different categories based on its safety and suitability for different audiences. This includes determining if the video contains explicit or violent content, is suitable for minors, or contains racy or pornographic material.
  • This module could impact search results by influencing the ranking and visibility of videos that contain explicit or violent content. Videos that are classified as unsafe or inappropriate may be demoted in search results or have certain features disabled, such as autoplay or recommended videos. On the other hand, videos that are classified as safe and suitable for all audiences may be promoted in search results.
  • To be more favorable for this function, a website could ensure that its video content is properly labeled and categorized, and that it provides clear warnings or age restrictions for videos that contain explicit or mature content. Additionally, websites could implement measures to prevent the upload of harmful or illegal content, such as CSAM (Child Abuse Sexual Material). By doing so, websites can increase the chances of their videos being classified as safe and suitable, which could improve their visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Output of Multi-Label video classifier.

Attributes

  • ageIndeterminate (type: number(), default: nil) -
  • csam (type: number(), default: nil) -
  • porn (type: number(), default: nil) -
  • racy (type: number(), default: nil) -
  • violence (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.SafesearchVideoContentSignalsMultiLabelOutput{
    ageIndeterminate: number() | nil,
    csam: number() | nil,
    porn: number() | nil,
    racy: number() | nil,
    violence: number() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.