Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NormalizedValue

import type { NormalizedValue } from "https://aws-api.deno.dev/v0.3/services/textract.ts?docs=full";

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

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

§Properties

§
Value?: string | null
[src]

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

§
ValueType?: ValueType | null
[src]

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