View Source GoogleApi.ContentWarehouse.V1.Model.ClassifierPornSiteData (google_api_content_warehouse v0.4.0)

Next ID: 53

Attributes

  • avgPedoPageScore (type: number(), default: nil) - The average pedo page score for the site.
  • finalPedoSiteScore (type: number(), default: nil) -
  • numberOfPages (type: String.t, default: nil) - The number of pages that were used to compute the scores and ratios.
  • numberOfPedoPages (type: String.t, default: nil) - The number of pages with pedo restrict.
  • site (type: String.t, default: nil) - Sitechunk used to compute the signals. The field is present only for data created after December 2022.
  • sitePornRatio (type: number(), default: nil) - The ratio of porn/softporn of the site this page belongs to.
  • siteSoftpornRatio (type: number(), default: nil) -
  • versionedscore (type: list(GoogleApi.ContentWarehouse.V1.Model.ClassifierPornSiteDataVersionedScore.t), default: nil) -
  • violenceScore (type: number(), default: nil) - The cubic mean aggregation of violence page scores in the site.
  • violenceStats (type: GoogleApi.ContentWarehouse.V1.Model.ClassifierPornSiteViolenceStats.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ClassifierPornSiteData{
  avgPedoPageScore: number() | nil,
  finalPedoSiteScore: number() | nil,
  numberOfPages: String.t() | nil,
  numberOfPedoPages: String.t() | nil,
  site: String.t() | nil,
  sitePornRatio: number() | nil,
  siteSoftpornRatio: number() | nil,
  versionedscore:
    [
      GoogleApi.ContentWarehouse.V1.Model.ClassifierPornSiteDataVersionedScore.t()
    ]
    | nil,
  violenceScore: number() | nil,
  violenceStats:
    GoogleApi.ContentWarehouse.V1.Model.ClassifierPornSiteViolenceStats.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.