NlpSemanticParsingDatetimeHoliday

AI Overview😉

  • The potential purpose of this module is to help Google's search algorithm understand and interpret dates and holidays mentioned in search queries and web content, allowing it to provide more accurate and relevant search results.
  • This module could impact search results by allowing Google to better understand natural language queries that involve dates and holidays, such as "Easter weekend opening hours" or "Black Friday sales". This could lead to more accurate and relevant search results, especially for queries that involve non-fixed holidays like Easter or Thanksgiving.
  • To be more favorable for this function, a website could ensure that it provides clear and accurate information about dates and holidays, especially non-fixed ones. This could include using schema markup to specify dates and holidays, using natural language to describe holiday-related content, and providing relevant and up-to-date information about holiday schedules and events.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

List of holidays that are not fixed absolute or relative dates on the Gregorian calendar.

Attributes

  • nonFixed (type: String.t, default: nil) - There are 3 types of holidays supported by the datetime subgrammar: 1) NonFixedHolidayEnum: e.g., "easter", "chinese new year". 2) FetchedRelativeDateTime: e.g., "Thanksgiving" => [4th Thursday of November] 3) HolidayByMonthDay: e.g., "xmas" => [December 25] Each holiday of the first type is resolved by a C++ function; the 2nd and 3rd type of holidays are mapped to AbsoluteDateTime and FetchedRelativeDateTime, respectively, in grammar and are not needed to be represented in proto.

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.NlpSemanticParsingDatetimeHoliday{
  nonFixed: 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.