RepositoryWebrefEntityLinkSource

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkSource


Table of Contents ▼

Jump to a specific part of the page:

Description

All link data for a given source.

Attributes List

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

View Attributes

Attributes

  1. kgProperty (type: String.t, default: nil)
    - KG-property if the SourceType is associated with a KG-property (TOPIC_PROPERTY, NEW_TOPIC_PROPERTY).
  2. 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.
  3. type (type: String.t, default: nil)
    -

Type

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

Function

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

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