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

Represents the data for a given source of names, including all entity scores. Notice that a source of name can be just a signal like a multiplier. Next available tag: 8.

Attributes

  • entityScore (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameScore.t), default: nil) - All the entity-name scores from that source. Keyed by the EntityNameScore.entity_id field.
  • type (type: String.t, default: nil) - Describes where the data comes from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameSource{
  entityScore:
    [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameScore.t()]
    | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.