Tag tool annotation schema

Schema

字段类型必填默认值描述
id
string
-唯一标识
type
string
tag
value
object
-标签分类

Example

{
  "toolName": "tagTool",
  "result": [
    {
      "id": "kgou2hwrq4",
      "type": "tag",
      "value": {
        "tag-label-1": [
          "tag-label-1-1"
        ]
      }
    }
  ]
}