Text tool annotation schema

Schema

FieldTypeRequiredDefaultDescription
id
string
Yes-identifier
type
string
Yestext
value
object
No-Text content

Example

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