NlpSemanticParsingDatetimeAbsoluteDateTime

NLPInfrastructure

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeAbsoluteDateTime

2
out of 10
Low
SEO Impact
AbsoluteDateTime represents the resolved date/time expressions that need no further calculation. It has a section for date and a section for time. The date section will always be filled; if the time section is filled, hour is always filled; for (minute, second, partial_second), they are optional with a zero default value. But if partial_second is filled, (minute, second) must be filled, even they are 0s; if second is filled, minute must be filled. Next field#: 22.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Nlp Semantic Parsing Datetime Absolute Date Time) contains 21 attributes that define its data structure. Key functionality includes: allow_personal determines if personal datetimes are allowed to be used in the resolution of the personal datetime. If allow_personal is false and a pe...

Actionable Insights for SEOs

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

Attributes

21
Sort:|Filter:
allowPersonalboolean(
Default: nil

allow_personal determines if personal datetimes are allowed to be used in the resolution of the personal datetime. If allow_personal is false and a personal date exists, the entire parse will be thrown out.

dayinteger(
Default: nil
deleted11string
Default: nilFull type: String.t

Deprecated fields. Do NOT use.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeHoliday.t

season, quarters and holidays will be soon handled as fetched relative datetimes and will be removed from the AbsoluteDateTime message.

hourinteger(
Default: nil

Time is 24-hour military time.

hourStatestring
Default: nilFull type: String.t

Note: This is marked as deprecated as we are moving into explicit parses using the meridiem field, and leave the inference over implicit parses to the grounding/resolution libraries.

isBcboolean(
Default: nil

|is_bc| is true if and only the date is Before Christ/Common Era. If |is_bc| is true, only year is meaningful in this proto, as Gregorian calendar is only meaningful for A.D. date/times.

meridiemstring
Default: nilFull type: String.t

For expressions such as "am", "pm". Note: the name "meridiem" has been taken by a field in message ResolutionProperties. Examples: * "9 am": point { hour: 9 meridiem: AM hour_state: UNAMBIGUOUS }

minuteinteger(
Default: nil
modifierstring
Default: nilFull type: String.t

For expressions such as "around 2 pm".

monthstring
Default: nilFull type: String.t
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeNonGregorianDate.t

If present then: 1) the incoming non-Gregorian datetime will be converted to Gregorian. 2) exported DateTimeProperty fields will contain the converted Gregorian datetime. 3) DateTimeProperty.source_calendar will be set to the calendar-system that was used to specify the non-Gregorian date.

partialSecondfloat(
Default: nil
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeDateTimeProperty.t
quarterstring
Default: nilFull type: String.t
rangeModifierstring
Default: nilFull type: String.t

Modifier that return the appropriate subrange. For more information, see the description of RangeOfDateTimeModifier. Example: early 2020 early on March 20th When a point have a range_modifier field, the resolution library will expand the point into the widest range in contains. For example, in the case of a single date point like "April 22nd, 2022", the point will be transformed into a range with: - "begin: April 22nd 2022 00:00:00h" - "end: April 22nd 2022 23:59:59h" The modifier will then be applied over that range.

seasonstring
Default: nilFull type: String.t
secondinteger(
Default: nil
timezonestring
Default: nilFull type: String.t

A string representation of the timezone information, see i18n/identifiers/timezones.{h,cc}.

weekdaystring
Default: nilFull type: String.t

The |weekday| field is populated to indicate that a day-of-the-week is explicitly mentioned in an absolute date utterance, such as [Tuesday, July 6th, 2021]. Note that when a day-of-the-week is included in other, non-absolute-date expressions, such as [on Tuesday], then this this field is not populated (and in fact an AbsoluteDateTime is not used at all.) Note: This field is populated only when the original expression contains a day-of-the-week. It is not populated by the grounding library to indicate that the date happens to be a Tuesday. Examples: "Tuesday, July 6th 2021" --> the day of the week is part of an absolute date expression, so this field is populated: point { year: 2021 month: JULY day: 6 weekday: TUESDAY } "on Tuesday" --> the day of the week is not part of an absolute date expression, so it is interpreted as a relative datetime: relative { fetched { target { weekday: TUESDAY } } }

yearinteger(
Default: nil

Date.