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

Signals used for mining new reference pages, set by the reference-page-scorer processor.

Attributes

  • bookScore (type: number(), default: nil) - Stores score for later offline voting to choose reference pages. If zero, it's not a good book reference page.
  • referencePageScore (type: number(), default: nil) - Reference page score used to select the reference page owner.
  • selected (type: boolean(), default: nil) - True if the entity is selected as the reference page owner.
  • singleTopicness (type: number(), default: nil) - A score in [0, 1] which indicates the single topicness of the entity.
  • singleTopicnessV2 (type: number(), default: nil) - This should have the same semantic as single_topicness, and should replace it in the long term.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefReferencePageScores{
  bookScore: number() | nil,
  referencePageScore: number() | nil,
  selected: boolean() | nil,
  singleTopicness: number() | nil,
  singleTopicnessV2: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.