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

DocumentObjectField interface

一个 DocumentField,由具有其自己的 DocumentField 值的多个命名属性组成。

扩展

属性

kind

字段类型:“object”。

properties

提取的对象属性。 此对象的每个属性本身都是嵌套的 DocumentField。

继承属性

boundingRegions

覆盖字段的边界区域。

confidence

正确提取字段的置信度。

content

逐字提取字段的文本内容。

spans

读取顺序中字段的位置连接内容。

属性详细信息

kind

字段类型:“object”。

kind: "object"

属性值

"object"

properties

提取的对象属性。 此对象的每个属性本身都是嵌套的 DocumentField。

properties: Properties

属性值

Properties

继承属性详细信息

boundingRegions

覆盖字段的边界区域。

boundingRegions?: BoundingRegion[]

属性值

继承自DocumentFieldCommon.boundingRegions

confidence

正确提取字段的置信度。

confidence?: number

属性值

number

继承自DocumentFieldCommon.confidence

content

逐字提取字段的文本内容。

content?: string

属性值

string

继承自DocumentFieldCommon.content

spans

读取顺序中字段的位置连接内容。

spans?: DocumentSpan[]

属性值

继承自DocumentFieldCommon.spans