UNPKG

cvat-sdk

Version:

CVAT SDK is a Javascript library. It provides you access to Javascript functions and objects that simplify server interaction and provide additional functionality like data validation and serialization.

12 lines (11 loc) 365 B
export declare const ShapeType: { readonly Rectangle: "rectangle"; readonly Polygon: "polygon"; readonly Polyline: "polyline"; readonly Points: "points"; readonly Ellipse: "ellipse"; readonly Cuboid: "cuboid"; readonly Mask: "mask"; readonly Skeleton: "skeleton"; }; export type ShapeType = typeof ShapeType[keyof typeof ShapeType];