{
"gmtCreate": "string",
"gmtModified": "string",
"creatorId": 1,
"operatorId": 1,
"deleted": 0,
"id": 1,
"reviewRuleIdNo": 1,
"reviewRuleVersion": 1,
"processStatus": 1,
"thinkOutput": "思考输出内容",
"evalOutput": "评估输出内容",
"bindingTaskIds": [
1234
],
"resultHighlights": [
{
"fileId": 12345,
"taskId": 1234,
"text": "文本内容",
"position": [
1
],
"page": 0,
"angel": 0,
"startPos": 0,
"endPos": 100
}
],
"evalResult": true,
"duration": 100,
"eval": false,
"manualAuditStatus": "0:未确认、1:已确认",
"manualAuditMessage": "人工批注内容"
}