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

Rankembed neighbor neighbor features for the candidate query.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.