Package version:

Interface DocumentTimeField

A DocumentField that has a time value, 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: "time"

Field kind: "time".

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

value?: string

The field's value, which is a time in "HH:MM:SS" (ISO 8601) format.

Generated using TypeDoc