VideoContentSearchNavboostAnchorFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchNavboostAnchorFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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