AssistantApiDate

AI Overview😉

  • The potential purpose of this module is to accurately determine and represent dates in a standardized format, allowing the search algorithm to better understand and process date-related information on web pages.
  • This module could impact search results by enabling the algorithm to more effectively identify and rank content based on its relevance to a specific date or date range. This could lead to more accurate and timely search results, particularly for queries related to news, events, or historical information.
  • To be more favorable to this function, a website could ensure that it provides clear and consistent date information in its content, such as including publication dates for articles or event dates for calendars. Additionally, using standardized date formats and schema markup could help the algorithm more easily identify and understand date-related information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A Gregorian calendar date.

Attributes

  • day (type: integer(), default: nil) - The day, in 1...31.
  • month (type: integer(), default: nil) - The month, in 1...12.
  • year (type: integer(), default: nil) - The year, e.g. 2016.

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.AssistantApiDate{
  day: integer() | nil,
  month: integer() | 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.