Tag tool annotation schema

Schema

FieldTypeRequiredDefaultDescription
id
string
Yes-identifier
type
string
Yestag
value
object
No-Tag classification

Example

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