GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosAnnotations
Table of Contents ▼
Jump to a specific part of the page:
Description
A collection of annotations returned by Legos for a document.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
annotations
(type:list(GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosAnnotation)
, default:nil
)
- The annotations for this document. For a given (entity, relationship type) pair, there will be at most one annotation. The list has no particular order.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosAnnotations{
annotations: [ GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosAnnotation.t() ] | nil
}
annotations: [ GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosAnnotation.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.YoutubeDiscoveryLegosLegosAnnotations