NlpSemanticParsingProtoActionsOnGoogleDateTimeProperty

AI Overview😉

  • The potential purpose of this module is to analyze and understand the date and time-related information on a webpage, such as identifying specific dates, times, and time zones. This helps Google to better comprehend the content and provide more accurate search results.
  • This module could impact search results by allowing Google to: - Better match user queries that involve specific dates or times - Understand the relevance and timeliness of a webpage's content - Improve the ranking of webpages that provide accurate and up-to-date information - Enhance the functionality of features like Google's "Tools" menu, which allows users to filter search results by date
  • To be more favorable to this function, a website could: - Use clear and consistent date and time formats throughout the content - Provide specific and accurate date and time information, especially for events, news, or time-sensitive topics - Use schema markup to highlight important dates and times, making it easier for Google to understand the content - Ensure that the website's content is regularly updated and reflects the most recent information available

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents properties about a matched DateTime value. Will only be populated for @sys.date-time, @sys.date and @sys.time.

Attributes

  • datetimeType (type: String.t, default: nil) - Since datetime is a superset of date, time and date&time, this field is used to indicate which type the associated DateTime object belongs to.
  • relativeDatetimeType (type: String.t, default: nil) - The relative relationship between this DateTime value and DateTime&Timezone info provided in ClassifyRequest.

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.NlpSemanticParsingProtoActionsOnGoogleDateTimeProperty{
    datetimeType: String.t() | nil,
    relativeDatetimeType: 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.