你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DocumentTimeField interface
具有时间值的 DocumentField,表示为字符串。
- 扩展
bounding |
覆盖字段的边界区域。 |
confidence | 正确提取字段的置信度。 |
content | 逐字提取字段的文本内容。 |
spans | 读取顺序中字段的位置连接内容。 |
字段类型:“time”。
TypeScript
kind: "time"
属性值
"time"
字段的值,采用“HH:MM:SS”(ISO 8601)格式的时间。
TypeScript
value?: string
属性值
string
覆盖字段的边界区域。
TypeScript
boundingRegions?: BoundingRegion[]