VideoContentSearchSaftEntityInfo

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSaftEntityInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Saft named-entities info for a given topic.

Attributes List

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

View Attributes

Attributes

  1. canonicalEntityName (type: String.t, default: nil)
    - Representative canonical name for the entity.
  2. entitySalience (type: float(), default: nil)
    - Score indicating the saliency (centrality) of this entity to the original_text.
  3. entityTypeName (type: String.t, default: nil)
    - The type name, like "/saft/person", "/saft/art". See README.entity-types for the inventory of SAFT type tags.
  4. mentionText (type: String.t, default: nil)
    - Representative entity name mention extracted from original_text.
  5. mentionType (type: String.t, default: nil)
    - SAFT Mention type.
  6. mid (type: String.t, default: nil)
    - Freebase MID for entity if this the saft entity corresponds to a Webref KG mid. This field is not always populated and is taken from FREEBASE_MID mid in EntityProfile in the saft entity annotation.
  7. originalText (type: String.t, default: nil)
    - The original input text (e.g. the anchor text) where the saft entity annotation was run on.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSaftEntityInfo{
canonicalEntityName: String.t() | nil,
entitySalience: float() | nil,
entityTypeName: String.t() | nil,
mentionText: String.t() | nil,
mentionType: String.t() | nil,
mid: String.t() | nil,
originalText: String.t() | nil
}

Function

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

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