RepositoryWebrefSemanticDateRange

AI Overview😉

  • The potential purpose of this module is to extract and understand date ranges associated with entities (people, movies, etc.) from web pages. This helps Google to better comprehend the context and relevance of the content.
  • This module could impact search results by:
    • Improving the accuracy of search results by considering the lifespan or release dates of entities.
    • Enhancing the relevance of search results by understanding the context of dates mentioned on a webpage.
    • Influencing the ranking of search results based on the confidence level of the extracted date range.
  • To be more favorable for this function, a website may:
    • Use structured data (e.g., schema.org) to explicitly define date ranges associated with entities.
    • Provide clear and consistent date formatting throughout the website.
    • Ensure that dates mentioned on the webpage are accurately and relevance to the content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A date range for an entity. E.g. lifespan of a person, release date of a movie, ...

Attributes

  • confidence (type: number(), default: nil) - Indicates how confident we are this extracted range is relevant to a document (document to be infered from context).
  • end (type: String.t, default: nil) - End date extracted from the entity along end_source_property.
  • endSourceProperty (type: String.t, default: nil) - KG-property that links the entity to the end date.
  • sourceEntityMid (type: String.t, default: nil) - Entity from which this range was extracted.
  • start (type: String.t, default: nil) - Start date extracted from the entity along start_source_property.
  • startSourceProperty (type: String.t, default: nil) - KG-property that links the entity to the start date.

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.RepositoryWebrefSemanticDateRange{
  confidence: number() | nil,
  end: String.t() | nil,
  endSourceProperty: String.t() | nil,
  sourceEntityMid: String.t() | nil,
  start: String.t() | nil,
  startSourceProperty: 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.