Cleanup docs wording

Co-authored-by: Blake Blackshear <blake@frigate.video>
This commit is contained in:
Nicolas Mowen 2023-05-17 20:24:25 -06:00 committed by Nick Mowen
parent 9046713971
commit 82a173b920

View File

@ -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 // optional annotations that will be drawn on the snapshot
"boxes": [ "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 "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
} }
] ]
} }