VideoContentSearchSaftEntityInfo

AI Overview😉

  • The potential purpose of this module is to analyze and understand the entities mentioned in a piece of text, such as people, organizations, or locations, and to determine their relevance and importance to the topic being discussed. This module appears to be using a technique called SAFT (Structured Analysis of Free Text) to extract and annotate entities from the text.
  • This module could impact search results by influencing the ranking of pages that mention specific entities. For example, if a page mentions a prominent person or organization in a relevant and meaningful way, it may be considered more authoritative and relevant to the search query. Conversely, if a page mentions an entity in a superficial or irrelevant way, it may be penalized in the search rankings.
  • To be more favorable to this function, a website could focus on creating high-quality, informative content that mentions relevant entities in a meaningful and authoritative way. This could include using natural language and avoiding keyword stuffing or other manipulative tactics. Additionally, a website could ensure that its content is well-structured and easy to parse, making it easier for the SAFT algorithm to extract and understand the entities mentioned in the text.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSaftEntityInfo (google_api_content_warehouse v0.4.0)

Saft named-entities info for a given topic.

Attributes

  • canonicalEntityName (type: String.t, default: nil) - Representative canonical name for the entity.
  • entitySalience (type: float(), default: nil) - Score indicating the saliency (centrality) of this entity to the original_text.
  • 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.
  • mentionText (type: String.t, default: nil) - Representative entity name mention extracted from original_text.
  • mentionType (type: String.t, default: nil) - SAFT Mention type.
  • 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.
  • originalText (type: String.t, default: nil) - The original input text (e.g. the anchor text) where the saft entity annotation was run on.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@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
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.