NlpSemanticParsingDatetimeTargetToFetch

AI Overview😉

  • Potential purpose of module: This module, NlpSemanticParsingDatetimeTargetToFetch, appears to be responsible for identifying and extracting specific date and time-related information from search queries and web content. It aims to understand the context and intent behind date-related searches, such as finding events, schedules, or time-sensitive information.
  • Impact on search results: This module could significantly impact search results by allowing Google to better understand the temporal context of a search query. This could lead to more accurate and relevant results, especially for searches involving specific dates, events, or schedules. It may also enable Google to provide more informative and structured search results, such as highlighting upcoming events or providing a timeline of past events.
  • Optimization for this function: To be more favorable for this function, a website could focus on providing clear and structured date-related information, such as:
    • Using schema markup for events and schedules
    • Providing explicit dates and times for content, such as blog posts or news articles
    • Organizing content by date, such as archives or calendars
    • Using natural language and long-tail keywords related to dates and times

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Next field: 9

Attributes

  • event (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeEvent.t, default: nil) -
  • fuzzyRange (type: String.t, default: nil) -
  • month (type: String.t, default: nil) -
  • quarter (type: String.t, default: nil) -
  • reference (type: String.t, default: nil) -
  • season (type: String.t, default: nil) -
  • unit (type: String.t, default: nil) - Unnamed target: "week", "month" etc. E.g., "1st week of April".
  • weekday (type: list(String.t), default: nil) - Named target: only one of the following is expected.

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.NlpSemanticParsingDatetimeTargetToFetch{
    event:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeEvent.t()
      | nil,
    fuzzyRange: String.t() | nil,
    month: String.t() | nil,
    quarter: String.t() | nil,
    reference: String.t() | nil,
    season: String.t() | nil,
    unit: String.t() | nil,
    weekday: [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.