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

All link data for a given source.

Attributes

  • kgProperty (type: String.t, default: nil) - KG-property if the SourceType is associated with a KG-property (TOPIC_PROPERTY, NEW_TOPIC_PROPERTY).
  • score (type: number(), default: nil) - Score in [0, \infty) that represents how relatively likely it is to see that entity cooccurring with the main entity (in the entity join). A value of 1.0 means that the two entities are basically independent. The higher the more likely (relatively to the individual entity probabilities) they are to cooccur.
  • type (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkSource{
  kgProperty: String.t() | nil,
  score: number() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.