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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.