Voting helps other researchers find interesting modules.
An entity level sentiment annotation containing the sentiment values aggregated over all mentions of an entity. Next tag: 7.
entityName
String.t
nil
magnitude
number()
mentionSentiment
list(GoogleApi.ContentWarehouse.V1.Model.YoutubeCommentsSentimentSentimentEntitySentimentAnnotationMentionSentimentAnnotation.t)
mid
polarity
score
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.YoutubeCommentsSentimentSentimentEntitySentimentAnnotation{ entityName: String.t() | nil, magnitude: number() | nil, mentionSentiment: [ GoogleApi.ContentWarehouse.V1.Model.YoutubeCommentsSentimentSentimentEntitySentimentAnnotationMentionSentimentAnnotation.t() ] | nil, mid: String.t() | nil, polarity: number() | nil, score: number() | nil }
@spec decode(struct(), keyword()) :: struct()