GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameSource
Table of Contents ▼
Jump to a specific part of the page:
Description
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 List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
entityScore
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameScore)
, 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.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameSource{
entityScore: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameScore.t()] | nil,
type: String.t() | nil
}
entityScore: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameScore.t()] | nil,
type: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameSource