Share via


DateTimeResolution interface

A resolution for datetime entity instances.

Extends

Properties

dateTimeSubKind

The DateTime SubKind

modifier

An optional modifier of a date/time instance.

resolutionKind

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

timex

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

value

The actual time that the extracted text denote.

Property Details

dateTimeSubKind

The DateTime SubKind

dateTimeSubKind: string

Property Value

string

modifier

An optional modifier of a date/time instance.

modifier?: string

Property Value

string

resolutionKind

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

resolutionKind: "DateTime"

Property Value

"DateTime"

timex

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

timex: string

Property Value

string

value

The actual time that the extracted text denote.

value: string

Property Value

string