RepositoryWebrefNameInfo

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents all information we have about a specific/localized name. Next available tag: 13. NOTE: If you add a field to the NameInfo proto and wish to retain it after the GlobalNameInfo merging steps in //r/w/enricher/pipeline:topic-enricher-flume-main then the appropriate combining logic for turning a flume stream of NameInfo protos into a single NameInfo must be updated with the new field in mind, in either or both of CombineContextNameInfosFn/CombineNameInfosFn. If not, the newly added field will be ignored during the merging steps (presumably because it is a transient field or a debug field that is not necessary to be retained).

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. aggregatedScores (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAggregatedEntityNameScores, default: nil)
    - The score aggregated from all sources.
  2. annotatedCategory (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatedCategoryInfo), default: nil)
    - Information on categories annotated on the range.
  3. debugDetails (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameDebugInfo), default: nil)
    - DEBUG ONLY: stores a list of queries with per-candidate scores about signals used for prior learning.
  4. includeInModel (type: boolean(), default: nil)
    - Field which decides if this NameInfo should be included in model creation.
  5. name (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString, default: nil)
    - The specific name to which this information applies.
  6. ngramData (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefUniversalNgramData, default: nil)
    - N-gram data (e.g. n-gram IDF).
  7. perNameLightweightToken (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLightweightTokensPerNameLightweightToken, default: nil)
    - Lightweight token semantic metadata for inflected name.
  8. scores (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameScores, default: nil)
    - The name-specific scores. These scores only depend on the name and are independent of the entity.
  9. source (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityNameSource), default: nil)
    - The per-source scores.

Type

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNameInfo