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

DocumentKeyValueElementOutput interface

一个对象,表示键值对中的字段键或值。

属性

boundingRegions

覆盖键值元素的边界区域。

content

键值元素的串联内容(按读取顺序)。

spans

键值元素在读取顺序串联内容中的位置。

属性详细信息

boundingRegions

覆盖键值元素的边界区域。

boundingRegions?: BoundingRegionOutput[]

属性值

content

键值元素的串联内容(按读取顺序)。

content: string

属性值

string

spans

键值元素在读取顺序串联内容中的位置。

spans: DocumentSpanOutput[]

属性值