NlpSemanticParsingModelsRecurrenceRecurrenceStart

AI Overview😉

  • The potential purpose of this module is to identify and extract recurring events or patterns from search queries, such as dates and times, to better understand the user's intent and provide more relevant search results.
  • This module could impact search results by allowing Google to better understand the context and timing of a user's search query, and providing more accurate and relevant results that take into account the user's schedule or timeline. For example, if a user searches for "concerts in New York this weekend", the module could help Google understand that the user is looking for events happening on a specific date range.
  • To be more favorable for this function, a website could optimize its content by including clear and structured date and time information, such as using schema.org markup for events, providing a clear and consistent format for dates and times, and ensuring that their content is up-to-date and relevant to the user's search query.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The start of the recurrence can be represented either as a DateTime or a timestamp in milliseconds from UTC epoch. Exactly one of the fields of this message must be set.

Attributes

  • startDateTime (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t, default: nil) - Only the year/month/day portion are used to find the start date of the recurrence. To specify a time or period of each instance, use DailyPattern.
  • startMillis (type: String.t, default: nil) - Deprecated - prefer start_date_time.absolute_time_ms.

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.NlpSemanticParsingModelsRecurrenceRecurrenceStart{
    startDateTime:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDateTimeAnnotation.t()
      | nil,
    startMillis: 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.