Video timestamp schema

FieldTypeRequiredDefaultDescription
id
string
Yes-
time
number
Yes-timestamp
order
integer
Yes-order of annotation
label
string
Yes-annotation category
attributes
object
No-category attributes, key-value pairs

Example

{
  "toolName": "videoFrameTool",
  "result": [
    {
      "id": "c8il22ceipi",
      "time": 7.917824773413897,
      "label": "label-1",
      "order": 4,
      "attributes": {
        "contains": "Human"
      }
    }
  ]
}
ON THIS PAGE