Contains information relating to dates in a document, including the type of value, and the value.

interface NormalizedValue {
    Value?: string;
    ValueType?: string;
}

Properties

Properties

Value?: string

The value of the date, written as Year-Month-DayTHour:Minute:Second.

ValueType?: string

The normalized type of the value detected. In this case, DATE.