Interface BodyResult

Body results

interface BodyResult {
    annotations: Record<BodyAnnotation, Point[][]>;
    box: Box;
    boxRaw: Box;
    id: number;
    keypoints: BodyKeypoint[];
    score: number;
}

Properties

annotations: Record<BodyAnnotation, Point[][]>

detected body keypoints combined into annotated parts

box: Box

detected body box

boxRaw: Box

detected body box normalized to 0..1

id: number

body id

keypoints: BodyKeypoint[]

detected body keypoints

score: number

body detection score