View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntities (google_api_content_warehouse v0.4.0)
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
-
latentEntity
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntity.t)
, 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntities{ latentEntity: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLatentEntity.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.