Package version:

Interface TemporalSpanResolution

represents the resolution of a date and/or time span.

Hierarchy

Properties

begin?: string

An extended ISO 8601 date/time representation as described in (https://github.com/Microsoft/Recognizers-Text/blob/master/Patterns/English/English-DateTime.yaml)

duration?: string

An optional duration value formatted based on the ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601#Durations)

end?: string

An extended ISO 8601 date/time representation as described in (https://github.com/Microsoft/Recognizers-Text/blob/master/Patterns/English/English-DateTime.yaml)

modifier?: string

An optional modifier of a date/time instance.

resolutionKind: "TemporalSpanResolution"

Polymorphic discriminator, which specifies the different types this object can be

timex?: string

An optional triplet containing the beginning, the end, and the duration all stated as ISO 8601 formatted strings.

Generated using TypeDoc