你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DocumentSpan 类
属性内容的连续区域,指定为偏移量和长度。
- 继承
-
builtins.objectDocumentSpan
构造函数
DocumentSpan(**kwargs: Any)
方法
from_dict |
将 DocumentSpan 形状中的 dict 转换为模型本身。 |
to_dict |
返回 DocumentSpan 的 dict 表示形式。 |
from_dict
将 DocumentSpan 形状中的 dict 转换为模型本身。
from_dict(data: Dict) -> DocumentSpan
参数
名称 | 说明 |
---|---|
data
必需
|
DocumentSpan 形状的字典。 |
返回
类型 | 说明 |
---|---|
DocumentSpan |
to_dict
属性
length
范围表示的内容中的字符数。
length: int
offset
范围表示的内容的从零开始的索引。
offset: int