Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 3.36 KB

common.md

File metadata and controls

38 lines (32 loc) · 3.36 KB

通用工具字段概念详解

格式说明

{
  "width": 1024,
  "height": 681,
  "rotate": 0,
  "valid": true,
  "step_1": {
    "dataSourceStep": 0,
    "toolName": "rectTool",
    "result": [
      {
        "x": 200.91597,
        "y": 157.15384,
        "width": 174.88402,
        "height": 227.26863,
        "order": 1,
        "valid": true,
        "id": "omd8QAY7",
        "sourceID": "0",
        "attribute": "attribute_1",
        "textAttribute": "我是文本"
      }
    ]
  }
}
名称类型是否必须默认值备注其他信息
dataSourceStepnumber
必须
表示当前步骤所依赖的步骤。在包含多个标注步骤的任务中,用于指明步骤间前后关系
sourceIDstring
必须
表示当前结果依赖的框体ID。用于依赖关系下的查询。

当前结果依赖为原图时,需填写 "" - 空串。

当前结果依赖为其他框体,需填写依赖框体的 ID。

idstring
必须
结果对象 ID (例如矩形/多边形) 。全局唯一,多步骤任务中,可用于查找

预标注结果的"id"字段,请使用随机8位字符串,以免出现兼容性问题。

validboolean
必须
图片 / 结果的有效性(看valid 的位置)
orderstring
必须
标注结果属性,用于表示当前对象的顺序号(并不一定连续)