SocialCommonSearchLinkData

GoogleApi.ContentWarehouse.V1.Model.SocialCommonSearchLinkData


Table of Contents ▼

Jump to a specific part of the page:

Description

SearchLink metadata, for SEARCH_LINK segments. For a search link, the "text" field should contain the display text. This is currently not indexed.

Attributes List

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

View Attributes

Attributes

  1. kgEntityConfidence (type: number(), default: nil)
    - For lightweight scoring in serving time.
  2. mid (type: String.t, default: nil)
    - MID of the KG entity being linked.
  3. queryBroadnessScore (type: number(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialCommonSearchLinkData{
kgEntityConfidence: number() | nil,
mid: String.t() | nil,
queryBroadnessScore: number() | nil
}

Function

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

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