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

DocumentFigureOutput interface

一个对象,表示文档中的图。

属性

boundingRegions

覆盖该图的边界区域。

caption

与该图关联的标题。

elements

图的子元素,不包括任何标题或脚注。

footnotes

与该图关联的脚注列表。

id

图 ID。

spans

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

属性详细信息

boundingRegions

覆盖该图的边界区域。

boundingRegions?: BoundingRegionOutput[]

属性值

caption

与该图关联的标题。

caption?: DocumentCaptionOutput

属性值

elements

图的子元素,不包括任何标题或脚注。

elements?: string[]

属性值

string[]

footnotes

与该图关联的脚注列表。

footnotes?: DocumentFootnoteOutput[]

属性值

id

图 ID。

id?: string

属性值

string

spans

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

spans: DocumentSpanOutput[]

属性值