Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentArrayField<T>

Package version

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

Type parameters

  • T

Hierarchy

Index

Properties

Optional boundingRegions

boundingRegions: BoundingRegion[]

Bounding regions covering the field.

Optional confidence

confidence: undefined | number

Confidence of correctly extracting the field.

Optional content

content: undefined | string

The verbatim extracted text content of the field.

kind

kind: "array"

Optional spans

spans: DocumentSpan[]

Location of the field in the reading order concatenated content.

values

values: T[]

The extracted members of the array field.

Generated using TypeDoc