VideoContentSearchRankEmbedNearestNeighborsFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchRankEmbedNearestNeighborsFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

Rankembed neighbor neighbor features for the candidate query.

Attributes List

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

View Attributes

Attributes

  1. anchorReSimilarity (type: number(), default: nil)
    - Rankembed similarity between the rankembed neighbor and the video anchor.
  2. navQueryReSimilarity (type: number(), default: nil)
    - Rankembed similarity between the rankembed neighbor and the top navboost query of the video.
  3. reSimilarity (type: number(), default: nil)
    - Rankembed similarity between the rankembed neighbor and the original query candidate.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchRankEmbedNearestNeighborsFeatures{
anchorReSimilarity: number() | nil,
navQueryReSimilarity: number() | nil,
reSimilarity: number() | nil
}

Function

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

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