NlpSemanticParsingDatetimeHoliday

NLPInfrastructure

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeHoliday

2
out of 10
Low
SEO Impact
List of holidays that are not fixed absolute or relative dates on the Gregorian calendar.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Nlp Semantic Parsing Datetime Holiday) contains 1 attributes that define its data structure. Key functionality includes: There are 3 types of holidays supported by the datetime subgrammar: 1) NonFixedHolidayEnum: e.g., "easter", "chinese new year". 2) FetchedRelativeDate...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

1
Sort:|Filter:
nonFixedstring
Default: nilFull type: String.t

There are 3 types of holidays supported by the datetime subgrammar: 1) NonFixedHolidayEnum: e.g., "easter", "chinese new year". 2) FetchedRelativeDateTime: e.g., "Thanksgiving" => [4th Thursday of November] 3) HolidayByMonthDay: e.g., "xmas" => [December 25] Each holiday of the first type is resolved by a C++ function; the 2nd and 3rd type of holidays are mapped to AbsoluteDateTime and FetchedRelativeDateTime, respectively, in grammar and are not needed to be represented in proto.