GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityAnchorSetFeatures
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Features and debug info for clusters of caption entity video anchors.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
aggregateScore
(type:number()
, default:nil
)
- The total score used for filtering and selecting entity sets. -
clusterSize
(type:integer()
, default:nil
)
- The prefiltered size of the entity set. -
entitiesInWebrefEntities
(type:integer()
, default:nil
)
- The number of entities in the anchor set that are in the webref entities. -
entityMentionInDescriptionCount
(type:boolean()
, default:nil
)
- The number of anchors where the entity mention text appears in the description of the video. -
groupCohesion
(type:number()
, default:nil
)
- The average cosine similarity between hypernyms of members of the set. -
hypernym
(type:String.t
, default:nil
)
- The most prominent hypernym across the entities in the set. -
hypernymSalience
(type:number()
, default:nil
)
- The salience of the best hypernym for the set. -
medianMentions
(type:integer()
, default:nil
)
- Median number of times any member of the set was mentioned in the ASR transcript. -
mentionSalience
(type:number()
, default:nil
)
- Mentions divided by the total number of entity mentions in the video. -
salience
(type:number()
, default:nil
)
- Salience of the set computed by aggregating the hypernyms from each member and calculating the cosine similarity with the salient terms. -
topHypernym
(type:list(String.t)
, default:nil
)
- The top N hypernyms for the entities in the set. -
totalMentions
(type:integer()
, default:nil
)
- Number of times any member of the group was mentioned in the ASR transcript.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityAnchorSetFeatures{
aggregateScore: number() | nil,
clusterSize: integer() | nil,
entitiesInWebrefEntities: integer() | nil,
entityMentionInDescriptionCount: boolean() | nil,
groupCohesion: number() | nil,
hypernym: String.t() | nil,
hypernymSalience: number() | nil,
medianMentions: integer() | nil,
mentionSalience: number() | nil,
salience: number() | nil,
topHypernym: [String.t()] | nil,
totalMentions: integer() | nil
}
aggregateScore: number() | nil,
clusterSize: integer() | nil,
entitiesInWebrefEntities: integer() | nil,
entityMentionInDescriptionCount: boolean() | nil,
groupCohesion: number() | nil,
hypernym: String.t() | nil,
hypernymSalience: number() | nil,
medianMentions: integer() | nil,
mentionSalience: number() | nil,
salience: number() | nil,
topHypernym: [String.t()] | nil,
totalMentions: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityAnchorSetFeatures