File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/roboflow/vision_agents/plugins/roboflow Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ async def on_detection_completed(event: roboflow.DetectionCompletedEvent):
7777 Effective only when annotate=True.
7878 Default - 0.0 (no dimming).
7979 annotate_text_scale: annontation text scale. Default - 0.75.
80- annotate_text_padding: annotation text padding. Default - 1.0.
80+ annotate_text_padding: annotation text padding. Default - 1.
8181 annotate_box_thickness: annotation box thickness. Default - 2.
8282 annotate_text_position: annotation text position. Default - `sv.Position.TOP_CENTER`.
8383
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ async def on_detection_completed(event: roboflow.DetectionCompletedEvent):
9797 Effective only when annotate=True.
9898 Default - 0.0 (no dimming).
9999 annotate_text_scale: annontation text scale. Default - 0.75.
100- annotate_text_padding: annotation text padding. Default - 1.0.
100+ annotate_text_padding: annotation text padding. Default - 1.
101101 annotate_box_thickness: annotation box thickness. Default - 2.
102102 annotate_text_position: annotation text position. Default - `sv.Position.TOP_CENTER`.
103103 """
You can’t perform that action at this time.
0 commit comments