document-understanding
latest
false
Document Understanding API 指南
- 入门指南
- Document Understanding™ Cloud API v1 使用示例
- 许可
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Document Understanding 的验证服务 API 的使用情况,包括如何使用基于轮询的 GET 调用在 Action Center 中创建验证任务。
Document Understanding supports two approaches to human validation:
- Validation Service — Creates a validation task directly in Action Center. Use this for standard validation flows managed within Action Center.
- App Tasks — Prepares validation artifacts independently, then lets your application create a UiPath App Task for human validation. Use this when you need control over when, where, and with what user interface the validation task is presented. To use UiPath App Tasks, use the artifacts APIs described in Create artifacts for extraction validation.
Validation Service
使用 documentId 和 classifierId 或 extractorId 验证数据。通过调用此 API,系统将在 Action Center 中创建验证任务。
每个操作都需要一次 POST 和多次 GET 调用(由于轮询),这意味着如果要验证分类结果,则需要执行一次 POST 和多次 GET 调用。 这同样适用于验证提取结果。
启动 POST 调用时,您需要在 POST 请求的请求正文中添加先前在调用分类器/提取程序时收到的 classificationResults / extractionResults 。
自定义验证体验
您还可以传递分类作为输入参数,以自定义验证体验。例如,您可以更改字段热键或字段的显示颜色。
备注:
系统将在 30 天后软删除验证数据。
备注:
如果使用验证 API 验证生成模型的提取或分类结果,请务必在请求中提供提示词。