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):
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)
, 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
, 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
}
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