GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntities
Table of Contents ▼
Jump to a specific part of the page:
Description
A list of entities that are latent given this entity. For example, "Lionel Messi" can have the latent entity "FC Barcelona". See go/refx-latent-entities for detailed description.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
latentEntity
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntity)
, default:nil
)
- Latent entities with associated metadata including source of the relationship. This is pruned ("compacted") from the concept table and will never reach the annotator.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntities{
latentEntity: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntity.t()] | nil
}
latentEntity: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntity.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntities