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

DocumentFieldCommon interface

所有 DocumentField 变体通用的字段。

属性

boundingRegions

覆盖字段的边界区域。

confidence

正确提取字段的置信度。

content

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

spans

阅读顺序串联内容的字段的位置。

属性详细信息

boundingRegions

覆盖字段的边界区域。

boundingRegions?: BoundingRegion[]

属性值

confidence

正确提取字段的置信度。

confidence?: number

属性值

number

content

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

content?: string

属性值

string

spans

阅读顺序串联内容的字段的位置。

spans?: DocumentSpan[]

属性值