Send spatial data of the detected object to the control system.

{
  "class": NUMBER,
  "endFrameNumber": NUMBER,
  "startFrameNumber": NUMBER
}
JSON

If spatial data can be collected from the object the following will also be included:

{
  "class": NUMBER,
  "endFrameNumber": NUMBER,
  "startFrameNumber": NUMBER,
  "x": NUMBER,
  "y": NUMBER,
  "boundHeight": NUMBER,
  "boundWidth": NUMBER
}
JSON