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

DocumentParagraph 类

一个段落对象,通常由具有共同对齐和间距的连续行组成。

版本 2023-07-31 中的新增功能: formulaBlock 角色。

继承
builtins.object
DocumentParagraph

构造函数

DocumentParagraph(**kwargs: Any)

方法

from_dict

将 DocumentParagraph 形状中的 dict 转换为模型本身。

to_dict

返回 DocumentParagraph 的 dict 表示形式。

from_dict

将 DocumentParagraph 形状中的 dict 转换为模型本身。

from_dict(data: Dict) -> DocumentParagraph

参数

data
dict
必需

DocumentParagraph 形状中的字典。

返回

DocumentParagraph

返回类型

to_dict

返回 DocumentParagraph 的 dict 表示形式。

to_dict() -> Dict

返回

dict

返回类型

属性

bounding_regions

覆盖段落的边界区域。

bounding_regions: List[BoundingRegion] | None

content

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

content: str

role

“pageHeader”、“pageFooter”、“pageNumber”、“title”、“sectionHeading”、“footnote”、“formulaBlock”。

role: str | None

spans

段落在阅读顺序中串联内容的位置。

spans: List[DocumentSpan]