你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

boundingRegions

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