supervision-js
Preparing search index...
Styles
BaseKeypointStyleOptions
Interface BaseKeypointStyleOptions
interface
BaseKeypointStyleOptions
{
definitions
?:
Readonly
<
Record
<
string
,
SkeletonDefinition
>
>
;
edgeShadowStroke
?:
DetectionStyleValue
<
Partial
<
BoxStrokeStyle
>
|
null
,
AnnotationStyleContext
,
>
;
edgeStroke
?:
DetectionStyleValue
<
Partial
<
BoxStrokeStyle
>
,
AnnotationStyleContext
,
>
;
markerFill
?:
DetectionStyleValue
<
Partial
<
BoxFillStyle
>
,
AnnotationStyleContext
,
>
;
markerStroke
?:
DetectionStyleValue
<
Partial
<
BoxStrokeStyle
>
,
AnnotationStyleContext
,
>
;
radius
?:
DetectionStyleValue
<
number
,
AnnotationStyleContext
>
;
shouldRender
?:
DetectionStylePredicate
<
AnnotationStyleContext
>
;
}
Index
Properties
definitions?
edge
Shadow
Stroke?
edge
Stroke?
marker
Fill?
marker
Stroke?
radius?
should
Render?
Properties
Optional
Readonly
definitions
definitions
?:
Readonly
<
Record
<
string
,
SkeletonDefinition
>
>
Optional
Readonly
edge
Shadow
Stroke
edgeShadowStroke
?:
DetectionStyleValue
<
Partial
<
BoxStrokeStyle
>
|
null
,
AnnotationStyleContext
,
>
Optional
Readonly
edge
Stroke
edgeStroke
?:
DetectionStyleValue
<
Partial
<
BoxStrokeStyle
>
,
AnnotationStyleContext
,
>
Optional
Readonly
marker
Fill
markerFill
?:
DetectionStyleValue
<
Partial
<
BoxFillStyle
>
,
AnnotationStyleContext
>
Optional
Readonly
marker
Stroke
markerStroke
?:
DetectionStyleValue
<
Partial
<
BoxStrokeStyle
>
,
AnnotationStyleContext
,
>
Optional
Readonly
radius
radius
?:
DetectionStyleValue
<
number
,
AnnotationStyleContext
>
Optional
Readonly
should
Render
shouldRender
?:
DetectionStylePredicate
<
AnnotationStyleContext
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
definitions
edge
Shadow
Stroke
edge
Stroke
marker
Fill
marker
Stroke
radius
should
Render
supervision-js
Loading...