Package version:

Interface DocumentSignatureField

A DocumentField that indicates the state of a signature, represented as a 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: "signature"

Field kind: "signature".

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

value: "signed" | "unsigned"

The state of the signature field. One of:

  • "unsigned"
  • "signed"

This value may be undefined, and other variants may be introduced in the future.

Generated using TypeDoc