chain-test-input.json 895 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "project": "实战二链路测试",
  3. "image": "demo-measurement.jpg",
  4. "sourceType": "image",
  5. "detectedMarkers": [
  6. {
  7. "area": "厨房右墙",
  8. "markerType": "关键尺寸",
  9. "value": "3200mm",
  10. "evidence": "横向墙面尺寸已标注",
  11. "confidence": 0.91
  12. }
  13. ],
  14. "missingMarkers": [
  15. {
  16. "area": "窗户下沿",
  17. "missingType": "窗台离地高度",
  18. "risk": "影响台面与窗帘盒设计复核",
  19. "evidence": "窗户轮廓清晰但未见离地高度",
  20. "confidence": 0.83
  21. }
  22. ],
  23. "uncertainAreas": [
  24. {
  25. "area": "右上角立管",
  26. "reason": "文字模糊,疑似烟道或排水管",
  27. "action": "请量尺人员回看原图或现场照片",
  28. "confidence": 0.55
  29. }
  30. ],
  31. "overallJudgement": "存在一处关键缺标和一处待复核区域,建议补齐后再进入标准尺寸表。"
  32. }