supervision-js
Preparing search index...
Rendering
DetectionLabelBounds
Interface DetectionLabelBounds
Screen-space bounds of a detection label after renderer layout.
interface
DetectionLabelBounds
{
x
:
number
;
y
:
number
;
width
:
number
;
height
:
number
;
}
Index
Properties
x
y
width
height
Properties
Readonly
x
x
:
number
Readonly
y
y
:
number
Readonly
width
width
:
number
Readonly
height
height
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
width
height
supervision-js
Loading...
Screen-space bounds of a detection label after renderer layout.