View Source GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryStats (google_api_content_warehouse v0.4.0)

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

Attributes

  • 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))
  • totalClicks (type: number(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.