SafesearchVideoClassifierOutput

AI Overview😉

  • The potential purpose of this module is to classify and filter out unsafe or inappropriate content, especially in video search results, to ensure a safe search experience for users.
  • This module could impact search results by removing or demoting videos that contain harmful, offensive, or explicit content, making search results more family-friendly and suitable for all ages. It may also prioritize videos that are more relevant and safe for the user's query.
  • To be more favorable for this function, a website could ensure that its video content is appropriate for all audiences, follows community guidelines, and is accurately labeled and categorized. Additionally, websites could provide clear and concise metadata, such as titles, descriptions, and tags, to help the classifier understand the content and make informed decisions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Flexible multi-vertical classification output. The output for each vertical should be defined as a proto extension to this proto. When defining an extension for a new vertical please follow the format: message NewVertical { extend safesearch.VideoClassifierOutput { optional NewVertical classifier_output_extension = ; } optional safesearch.VideoVerticalOutput vertical_output = 1; } SafeSearch verticals only: Please also update this message with a new extension declaration. For more details on extension declaration please refer to http://go/proto-proposals/extension-declarations. Please refer to http://go/proto2-extensions for details on message extensions. LINT.IfChange next extension id: 7

Attributes

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.SafesearchVideoClassifierOutput{}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.