A point attached with additional information such as a confidence value and various attribute(s).

interface AnnotationsKeypoint {
    attributes?: Record<string, AnnotationsBoolean | AnnotationsNumerical>;
    confidence?: number;
    point: AnnotationsPoint;
}

Properties

attributes?: Record<string, AnnotationsBoolean | AnnotationsNumerical>

Additional attributes data for a compound.

confidence?: number

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

0

1

The position of the keypoint