DocumentObjectField interface
A DocumentField that consists of several named properties that have their own DocumentField values.
- Extends
Properties
kind | Field kind: "object". |
properties | The extracted object properties. Each property of this object is, itself, a nested DocumentField. |
Inherited Properties
bounding |
Bounding regions covering the field. |
confidence | Confidence of correctly extracting the field. |
content | The verbatim extracted text content of the field. |
spans | Location of the field in the reading order concatenated content. |
Property Details
kind
Field kind: "object".
kind: "object"
Property Value
"object"
properties
The extracted object properties. Each property of this object is, itself, a nested DocumentField.
properties: Properties
Property Value
Properties
Inherited Property Details
boundingRegions
Bounding regions covering the field.
boundingRegions?: BoundingRegion[]
Property Value
Inherited From DocumentFieldCommon.boundingRegions
confidence
Confidence of correctly extracting the field.
confidence?: number
Property Value
number
Inherited From DocumentFieldCommon.confidence
content
The verbatim extracted text content of the field.
content?: string
Property Value
string
Inherited From DocumentFieldCommon.content
spans
Location of the field in the reading order concatenated content.
spans?: DocumentSpan[]
Property Value
Inherited From DocumentFieldCommon.spans