NlpSemanticParsingDatetimeNonGregorianDate

AI Overview😉

  • The potential purpose of this module is to help Google understand and interpret dates mentioned in search queries or webpage content that use non-Gregorian calendars, such as Chinese, Hebrew, or Islamic calendars. This allows Google to better understand the context and meaning of these dates.
  • This module could impact search results by allowing Google to more accurately understand and match search queries that include dates from non-Gregorian calendars. This could lead to more relevant and accurate search results, especially for users who use these calendars. It may also help Google to better understand and rank content that mentions dates in these calendars.
  • To be more favorable for this function, a website could ensure that any dates mentioned on the site are clearly marked and formatted in a way that is easily machine-readable. This could include using standardized date formats, providing context for the calendar being used, and avoiding ambiguous or unclear date representations. Additionally, websites that cater to users who use non-Gregorian calendars could provide content that is specifically relevant to these calendars, which could help to improve their search visibility.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Non-Gregorian dates are similar to AbsoluteDateTime, but use non-Gregorian calendars.

Attributes

  • chineseMonth (type: String.t, default: nil) -
  • day (type: integer(), default: nil) - The day is the offset within the month, same as in Gregorian calendars.
  • hebrewMonth (type: String.t, default: nil) -
  • islamicMonth (type: String.t, default: nil) -
  • year (type: integer(), default: nil) - The year is relative to the calendar (e.g. 5777 for Hebrew calendar).

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.NlpSemanticParsingDatetimeNonGregorianDate{
    chineseMonth: String.t() | nil,
    day: integer() | nil,
    hebrewMonth: String.t() | nil,
    islamicMonth: String.t() | nil,
    year: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.