SdrPageAnchorsSitelink

GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsSitelink


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. embedding (type: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding, default: nil)
    - Needed for relevance scoring.
  2. geometryScore (type: number(), default: nil)
    - aggregate score from Section Geometry.
  3. headingAbbrvScore (type: number(), default: nil)
    - Heading Abbreviation score.
  4. hpScore (type: number(), default: nil)
    - Needed for heading/passage filtering.
  5. level (type: integer(), default: nil)
    -
  6. scrollTo (type: GoogleApi.ContentWarehouse.V1.Model.SdrScrollTo, default: nil)
    -
  7. sectionHeight (type: integer(), default: nil)
    - Needed for Geometry Scoring and backoffs. from Section Geometry.
  8. text (type: String.t, default: nil)
    - Heading/Reformulated text is needed to display.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsSitelink{
embedding: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t() | nil,
geometryScore: number() | nil,
headingAbbrvScore: number() | nil,
hpScore: number() | nil,
level: integer() | nil,
scrollTo: GoogleApi.ContentWarehouse.V1.Model.SdrScrollTo.t() | nil,
sectionHeight: integer() | nil,
text: String.t() | nil
}

Function

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

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