Type Alias: RawKeypointsIO
type RawKeypointsIO: RawTaskIO<"KEYPOINTS", {
links: RawKeypointLink[];
objects: RawObjectKeypoints[];
referenceImageIndex: number;
}>;
type RawKeypointsIO: RawTaskIO<"KEYPOINTS", {
links: RawKeypointLink[];
objects: RawObjectKeypoints[];
referenceImageIndex: number;
}>;