ClassifierPornReferrerCounts

GoogleApi.ContentWarehouse.V1.Model.ClassifierPornReferrerCounts


Table of Contents ▼

Jump to a specific part of the page:

Description

ReferrerCounts stores how many referrers an images has and how many of them were classified as porn and as adult/softporn respectively. Note that a referrer is usually a landing page, but as of March 2011 this also includes referrers which an image can 'inherit' by propagating counts from near duplicate images.

Attributes List

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

View Attributes

Attributes

  1. adult (type: integer(), default: nil)
    -
  2. porn (type: integer(), default: nil)
    - Number of referrers which are classified as porn and as adult.
  3. total (type: integer(), default: nil)
    - Total number of referrers.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ClassifierPornReferrerCounts{
adult: integer() | nil,
porn: integer() | nil,
total: integer() | nil
}

Function

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

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