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

Features for queries generated using document navboost data with timed anchors.

Attributes

  • anchorText (type: String.t, default: nil) - The anchor text used in the generated query.
  • navboostText (type: String.t, default: nil) - The navboost query used in the generated query.
  • source (type: String.t, default: nil) - How the navboost-anchor query was constructed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchNavboostAnchorFeatures{
    anchorText: String.t() | nil,
    navboostText: String.t() | nil,
    source: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.