document-understanding
latest
false
Document Understanding API 指南
Last updated 2024年9月19日
使用验证服务
使用
documentId
和 classifierId
或 extractorId
验证数据。
每个操作都需要一次 POST 和多次 GET 调用(由于轮询),这意味着如果要验证分类结果,则需要执行一次 POST 和多次 GET 调用。 这同样适用于验证提取结果。
启动 POST 调用时,您需要在 POST 请求的请求正文中添加先前在调用分类器/提取程序时收到的
classificationResults
/ extractionResults
。
注意:如果您使用验证 API 来验证生成式模型的提取或分类,请确保同时提供有关请求的提示。