NlpSemanticParsingDatetimeAbsoluteDateTime
NLPInfrastructureGoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeAbsoluteDateTime
SEO Analysis
AI GeneratedBackend 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
21allowPersonalboolean(nilallow_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(nildeleted11stringnilFull type: String.tDeprecated fields. Do NOT use.
nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeHoliday.tseason, quarters and holidays will be soon handled as fetched relative datetimes and will be removed from the AbsoluteDateTime message.
hourinteger(nilTime is 24-hour military time.
hourStatestringnilFull type: String.tNote: 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(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.
meridiemstringnilFull type: String.tFor 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(nilmodifierstringnilFull type: String.tFor expressions such as "around 2 pm".
monthstringnilFull type: String.tnonGregorianDateNlpSemanticParsingDatetimeNonGregorianDate →nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeNonGregorianDate.tIf 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(nilnilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeDateTimeProperty.tquarterstringnilFull type: String.trangeModifierstringnilFull type: String.tModifier 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.
seasonstringnilFull type: String.tsecondinteger(niltimezonestringnilFull type: String.tA string representation of the timezone information, see i18n/identifiers/timezones.{h,cc}.
weekdaystringnilFull type: String.tThe |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(nilDate.