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

DocumentParagraphOutput interface

包含连续线条的段落对象通常具有常见的对齐和间距。

属性

boundingRegions

覆盖段落的边界区域。

content

按阅读顺序连接段落的内容。

role

段落的语义角色。

可能的值:“pageHeader”、“pageFooter”、“pageNumber”、“title”、“sectionHeading”、“footnote”、“formulaBlock”

spans

阅读顺序中段落的位置连接内容。

属性详细信息

boundingRegions

覆盖段落的边界区域。

boundingRegions?: BoundingRegionOutput[]

属性值

content

按阅读顺序连接段落的内容。

content: string

属性值

string

role

段落的语义角色。

可能的值:“pageHeader”、“pageFooter”、“pageNumber”、“title”、“sectionHeading”、“footnote”、“formulaBlock”

role?: string

属性值

string

spans

阅读顺序中段落的位置连接内容。

spans: DocumentSpanOutput[]

属性值