Variable LabelsListTypeEnumConst

LabelsListTypeEnum: {
    Any: "any";
    Bbox: "bbox";
    Cuboid: "cuboid";
    Cuboid3d: "cuboid_3d";
    Ellipse: "ellipse";
    Points: "points";
    Polygon: "polygon";
    Polyline: "polyline";
    Skeleton: "skeleton";
    Tag: "tag";
} = ...

Type declaration

  • Readonly Any: "any"
  • Readonly Bbox: "bbox"
  • Readonly Cuboid: "cuboid"
  • Readonly Cuboid3d: "cuboid_3d"
  • Readonly Ellipse: "ellipse"
  • Readonly Points: "points"
  • Readonly Polygon: "polygon"
  • Readonly Polyline: "polyline"
  • Readonly Skeleton: "skeleton"
  • Readonly Tag: "tag"

Export

Generated using TypeDoc