Text tool annotation schema

Schema

字段类型必填默认值描述
id
string
-唯一标识
type
string
text
value
object
-文本内容

Example

{
  "toolName": "textTool",
  "result": [
    {
      "id": "nm5qolxg7tr",
      "type": "text",
      "value": {
        "text-label-1": "This is a description"
      }
    }
  ]
}