Adventure Labs Logo
Scout Docs

Tags

Table for storing object detection tags and annotations with confidence scores and locations

Column NameData TypeConstraints
idbigintNOT NULL
inserted_attimestamp with time zoneDEFAULT timezone('utc'::text, now()) NOT NULL
xdouble precisionNOT NULL
ydouble precisionNOT NULL
widthdouble precisionNOT NULL
confdouble precisionNOT NULL
observation_typepublic.tag_observation_typeNOT NULL
event_idbigintNOT NULL
class_nametextNOT NULL
heightdouble precisionDEFAULT 0 NOT NULL
locationextensions.geography

Security Policies (RLS)

This table has Row Level Security (RLS) enabled with the following policies:

  • Read Access: Device API key authorized for the event OR users with view role in same herd
  • Create/Update/Delete: Device API key authorized for the event OR users with edit role in same herd

On this page