Package version:

Interface DocumentArrayField<T>

A DocumentField that consists of an array of nested fields. All fields in the array will have the same type.

Type Parameters

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: "array"

Field kind: "array".

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

values: T[]

The extracted members of the array field.

Generated using TypeDoc