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

Navboost query data.

Attributes

  • confidence (type: integer(), default: nil) - Associated confidence scores for the image for the query.
  • imageClickRank (type: integer(), default: nil) - Click-based rank of the image for this query.
  • navFp (type: String.t, default: nil) - Query fingerprint.
  • navQuery (type: String.t, default: nil) - The normalized raw query text.
  • referrerDocid (type: list(String.t), default: nil) - List of all referrers, sorted by their rank (stored in Moosedog).
  • referrerRank (type: integer(), default: nil) - Rank of the current web doc referrer (stored in docjoins).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageExactBoostNavQuery{
  confidence: integer() | nil,
  imageClickRank: integer() | nil,
  navFp: String.t() | nil,
  navQuery: String.t() | nil,
  referrerDocid: [String.t()] | nil,
  referrerRank: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.