Package version:

Interface DocumentValueField<T>

A simple field that has a primitive value, such as a string, number etc.

Type Parameters

  • T

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.

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

value?: T

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

Generated using TypeDoc