document-understanding
latest
false
- 入门指南
- Examples Using the Document Understanding™ Cloud API v1
- 许可
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Document Understanding API 指南
上次更新日期 2026年4月23日
使用验证服务
使用 documentId 和 classifierId 或 extractorId 验证数据。通过调用此 API,系统将在 Action Center 中创建验证任务。
每个操作都需要一次 POST 和多次 GET 调用(由于轮询),这意味着如果要验证分类结果,则需要执行一次 POST 和多次 GET 调用。 这同样适用于验证提取结果。
启动 POST 调用时,您需要在 POST 请求的请求正文中添加先前在调用分类器/提取程序时收到的 classificationResults / extractionResults 。
备注:
系统将在 30 天后软删除验证数据。
备注:
If you are using the validation APIs to validate the extraction or classification for generative models, make sure to also provide the prompts on the request.