SocialStanzaModerationInfo

AI Overview😉

  • The potential purpose of this module is to track and store information about moderation actions taken on specific content (referred to as a "stanza") in a particular destination stream. This includes the reason for moderation, who performed the moderation, and the type of moderation.
  • This module could impact search results by influencing the ranking or visibility of content that has been moderated. For example, content that has been moderated for violating community guidelines may be demoted in search results or flagged for review. On the other hand, content that has been moderated for quality or relevance may be promoted in search results.
  • To be more favorable for this function, a website may focus on creating high-quality, relevant, and community-guideline-compliant content. This could include implementing moderation practices that are transparent, consistent, and fair, as well as providing clear guidelines for users on what type of content is acceptable. Additionally, websites may want to ensure that their content is accurately labeled and categorized to help search algorithms understand its context and relevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

ModerationInfo stores the information of moderation for a stanza in a specific destination stream. Including who moderated and why.

Attributes

  • moderationReason (type: String.t, default: nil) - The reason why this stanza was moderated provided by client.
  • moderator (type: GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsPrincipalProto.t, default: nil) -
  • moderatorType (type: String.t, default: nil) - Type of moderation. Semantically REQUIRED, http://go/required At write time, only ModeratorType.AUTO_MODERATOR is allowed. For all other cases, this information is inferred from the request at write time.

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.SocialStanzaModerationInfo{
  moderationReason: String.t() | nil,
  moderator:
    GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsPrincipalProto.t()
    | nil,
  moderatorType: 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.