Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentSignatureField

Package version

A DocumentField that indicates the state of a signature, represented as a string.

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

Optional spans

spans: DocumentSpan[]

Location of the field in the reading order concatenated content.

Generated using TypeDoc