VideoContentSearchCaptionEntityAnchorSetFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityAnchorSetFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

Features and debug info for clusters of caption entity video anchors.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. aggregateScore (type: number(), default: nil)
    - The total score used for filtering and selecting entity sets.
  2. clusterSize (type: integer(), default: nil)
    - The prefiltered size of the entity set.
  3. entitiesInWebrefEntities (type: integer(), default: nil)
    - The number of entities in the anchor set that are in the webref entities.
  4. entityMentionInDescriptionCount (type: boolean(), default: nil)
    - The number of anchors where the entity mention text appears in the description of the video.
  5. groupCohesion (type: number(), default: nil)
    - The average cosine similarity between hypernyms of members of the set.
  6. hypernym (type: String.t, default: nil)
    - The most prominent hypernym across the entities in the set.
  7. hypernymSalience (type: number(), default: nil)
    - The salience of the best hypernym for the set.
  8. medianMentions (type: integer(), default: nil)
    - Median number of times any member of the set was mentioned in the ASR transcript.
  9. mentionSalience (type: number(), default: nil)
    - Mentions divided by the total number of entity mentions in the video.
  10. 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.
  11. topHypernym (type: list(String.t), default: nil)
    - The top N hypernyms for the entities in the set.
  12. 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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionEntityAnchorSetFeatures