GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosSemanticRelationshipContext
Table of Contents ▼
Jump to a specific part of the page:
Description
Extra context about how the entity relates to the document. Typically vertical-specific.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
subject
(type:GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosEntity
, default:nil
)
- The subject of the semantic relationship. This is set when the relationship is derived from some other entity. The exact meaning of this field depends on the ContextType. -
type
(type:String.t
, default:nil
)
- The type of semantic relationship between the document and the entity. This allows one to retrieve vertical-specific fine-grained information about the document.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosSemanticRelationshipContext{
subject: GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosEntity.t() | nil,
type: String.t() | nil
}
subject: GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosEntity.t() | nil,
type: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosSemanticRelationshipContext