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

Abstract, source independent scores. Next available tag: 7

Attributes

  • priorScore (type: float(), default: nil) - An unnormalized measure of how much evidence we have that this name variant refers to the key entity. Should be comparable to all scores from the same source for: - other entities having the same name variant - the open world score computed for this name variant
  • volumeBasedScore (type: float(), default: nil) - Prior score come from source that is quantifiable. artificial_score = prior_score - volume_based_score.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingNameEntityScores{
    priorScore: float() | nil,
    volumeBasedScore: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.