Options
All
  • Public
  • Public/Protected
  • All
Menu

Models a collection of keypoints represented by a label, a dictionary of keypoints (mapping from a (unique) label name to a keypoint), and optionally a confidence value and an attributes dictionary.

Hierarchy

  • AnnotationsKeypointCollection

Index

Properties

Optional attributes

attributes: Record<string, AnnotationsBoolean | AnnotationsNumerical>

Additional attributes data for a compound.

Optional confidence

confidence: undefined | number

The confidence score for the primitive. It should be between 0 and 1.

min

0

max

1

keypoints

keypoints: Record<string, AnnotationsKeypoint>

The detected keypoints

label

label: string

The label describing what type of object it is