Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 3.51 KB

textTool.md

File metadata and controls

28 lines (25 loc) · 3.51 KB

文本(textTool)

格式说明

{
  "width": 1024,
  "height": 681,
  "rotate": 0,
  "valid": true,
  "step_1": {
    "dataSourceStep": 0,
    "toolName": "textTool",
    "result": [
      {
        "id": "ULNah0Wf",
        "sourceID": "",
        "text": "textValue",
        "value": {
          "text": "textValue"
        }
      }
    ]
  }
}
名称类型是否必须默认值备注其他信息
resultobject []
必须
图片上的结果列表,数量应与标注对象一致

item 类型: object

idstring
必须
文本内容的id

mock: @string

sourceIDstring
必须
文本标注依赖对象的id

mock: @string

textstring
必须
文本内容

mock: @string

valueobject
必须
文本内容(sincev2.4,支持多行文本,默认以这个结果为准)

备注: 文本内容(sincev2.4,支持多行文本,默认以这个结果为准)