ClassifierPornSiteDataVersionedScore

GoogleApi.ContentWarehouse.V1.Model.ClassifierPornSiteDataVersionedScore


Table of Contents ▼

Jump to a specific part of the page:

Description

The site porn score of the site to which the page of interest belongs to. Multiple versions are kept across large changes for some time. The Version-4 score is the average Universal Page Probability of all the site's pages, and will come with populated verticals4_score and site_rule (if any rule fires) fields. When using this score it is recommended to subscribe to the following mailing list: g/safesearch-announce.

Attributes List

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

View Attributes

Attributes

  1. score (type: number(), default: nil)
    -
  2. siteRule (type: list(String.t), default: nil)
    -
  3. version (type: integer(), default: nil)
    -
  4. verticals4Score (type: number(), default: nil)
    - Please talk to safesearch@ before relying on any of these internal fields:

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ClassifierPornSiteDataVersionedScore{
score: number() | nil,
siteRule: [String.t()] | nil,
version: integer() | nil,
verticals4Score: number() | nil
}

Function

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

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