Skip to content

Commit

Permalink
Cleanup docs wording
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Blackshear <[email protected]>
  • Loading branch information
NickM-27 and blakeblackshear authored May 18, 2023
1 parent 9b574ef commit 306cf45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/integrations/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
Expand Down

0 comments on commit 306cf45

Please sign in to comment.