你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DocumentKeyValueElement 类
表示字段键或键值对中的值的对象。
- 继承
-
builtins.objectDocumentKeyValueElement
构造函数
DocumentKeyValueElement(**kwargs: Any)
方法
from_dict |
将 DocumentKeyValueElement 形状中的 dict 转换为模型本身。 |
to_dict |
返回 DocumentKeyValueElement 的 dict 表示形式。 |
from_dict
将 DocumentKeyValueElement 形状中的 dict 转换为模型本身。
from_dict(data: Dict) -> DocumentKeyValueElement
参数
名称 | 说明 |
---|---|
data
必需
|
DocumentKeyValueElement 形状的字典。 |
返回
类型 | 说明 |
---|---|
DocumentKeyValueElement |
to_dict
属性
bounding_regions
覆盖键值元素的边界区域。
bounding_regions: List[BoundingRegion] | None
content
键值元素按读取顺序串联的内容。
content: str
spans
键值元素在串联内容的读取顺序中的位置。
spans: List[DocumentSpan]