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

Attributes

  • count (type: integer(), default: nil) - The total number of different sources from where this version of the original name comes from.
  • score (type: float(), default: nil) - Score estimating how good this original name is: - some sources are considered more authoritative than others (e.g. KG) - a name found in more sources is better.
  • source (type: list(integer()), default: nil) - The sources this name comes from.
  • text (type: String.t, default: nil) - One original name version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefPreprocessingOriginalNamesOriginalName{
    count: integer() | nil,
    score: float() | nil,
    source: [integer()] | nil,
    text: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.