Package version:

Interface DocumentDateField

A DocumentField that has a Date value.

Hierarchy

Properties

boundingRegions?: BoundingRegion[]

Bounding regions covering the field.

confidence?: number

Confidence of correctly extracting the field.

content?: string

The verbatim extracted text content of the field.

kind: "date"

Field kind: "date".

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

value?: any

The field's value, which has the type specified in the field's schema.

Generated using TypeDoc