Package version:

Interface DocumentStringField<Value>

A DocumentField that has a string value.

Type Parameters

  • Value extends string = string

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

Field kind: "string".

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

value?: Value

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

Generated using TypeDoc