ClassifierPornQueryStats

GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryStats


Table of Contents ▼

Jump to a specific part of the page:

Description

QuerySats contains the information about the queries that users typed to search for this image.

Attributes List

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

View Attributes

Attributes

  1. queryTextPornScore (type: number(), default: nil)
    - A query text porn score for the queries which have clicks to the image: query_text_porn_score := sum(clicks(query) * text_porn_score(query)) / sum(clicks(query))
  2. totalClicks (type: number(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryStats{
queryTextPornScore: number() | nil,
totalClicks: number() | nil
}

Function

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

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