{
"width": 1024,
"height": 681,
"rotate": 0,
"valid": true,
"annotations": [
{
"toolName": "pointTool",
"result": [
{
"x": 300.84970414201183,
"y": 298.18934911242604,
"valid": true,
"id": "ts5DBxDI",
"order": 1,
"label": "class-1Q",
"textAttribute": "我是标点"
}
]
}
]
}
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
result | object [] | 必须 | item 类型: object | ||
x | number | 必须 | 点在X轴坐标 | ||
y | number | 必须 | 点在Y轴坐标 | ||
valid | boolean | 必须 | 有效性 | ||
id | string | 必须 | ID | ||
order | number | 必须 | 标点顺序 | ||
label | string | 非必须 | 标签 | ||
textAttribute | string | 非必须 | 文本属性 |