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

QBST terms overlap features for the candidate query.

Attributes

  • qbstAnchorOverlap (type: number(), default: nil) - Fraction of salient terms of original query covered by anchor text.
  • qbstNavboostOverlap (type: number(), default: nil) - Fraction of salient terms of original query covered by top navboost query of the video.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchQbstTermsOverlapFeatures{
    qbstAnchorOverlap: number() | nil,
    qbstNavboostOverlap: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.