SdrPageAnchorsSitelinkWrapper

GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsSitelinkWrapper


Table of Contents ▼

Jump to a specific part of the page:

Description

This wrapper is used for passing in additional information to generate embeddings in Goldmine.

Attributes List

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

View Attributes

Attributes

  1. abbreviatedHeadingText (type: String.t, default: nil)
    -
  2. abbrvEmbedding (type: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding, default: nil)
    -
  3. headingEmbedding (type: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding, default: nil)
    -
  4. normalizedHeadingText (type: String.t, default: nil)
    -
  5. passageEmbedding (type: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding, default: nil)
    -
  6. passageText (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsSitelinkWrapper{
abbreviatedHeadingText: String.t() | nil,
abbrvEmbedding: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t() | nil,
headingEmbedding: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t() | nil,
normalizedHeadingText: String.t() | nil,
passageEmbedding: GoogleApi.ContentWarehouse.V1.Model.SdrEmbedding.t() | nil,
passageText: String.t() | nil
}

Function

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

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