ImageExactBoostNavQuery

GoogleApi.ContentWarehouse.V1.Model.ImageExactBoostNavQuery


Table of Contents ▼

Jump to a specific part of the page:

Description

Navboost query data.

Attributes List

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

View Attributes

Attributes

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

Type

@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
}

Function

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

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