From 306cf45cd2b9318cf9200f6126fde14ad0b64ef0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 17 May 2023 20:24:25 -0600 Subject: [PATCH] Cleanup docs wording Co-authored-by: Blake Blackshear --- docs/docs/integrations/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/api.md b/docs/docs/integrations/api.md index 28492c646d..3e5fdfe3ee 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -311,9 +311,9 @@ Create a manual API with a given `label` (ex: doorbell press) to capture a speci // optional annotations that will be drawn on the snapshot "boxes": [ { - "box": [0.5, 0.5, 0.25, 0.25], // box consists of x, 1, width, height which are on a scale between 0 - 1 + "box": [0.5, 0.5, 0.25, 0.25], // box consists of x, y, width, height which are on a scale between 0 - 1 "color": [255, 0, 0], // color of the box, default is red - "score": 100 // optional score of the object + "score": 100 // optional score associated with the box } ] }