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

UnderstandingResult interface

与输入文档中的语义对象(如回执)对应的一组提取字段。

属性

fields

已识别字段值的字典。

pages

在其中找到文档的页面列表。

属性详细信息

fields

已识别字段值的字典。

fields?: {[propertyName: string]: FieldValueUnion}

属性值

{[propertyName: string]: FieldValueUnion}

pages

在其中找到文档的页面列表。

pages?: number[]

属性值

number[]