ClassifierPornSiteData

GoogleApi.ContentWarehouse.V1.Model.ClassifierPornSiteData


Table of Contents ▼

Jump to a specific part of the page:

Description

Next ID: 53

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ClassifierPornSiteData