Annotation: {
    bitmap?: string;
    color: string;
    coordinates?: Coordinates;
    id: string;
    name: string;
}

The converted annotation format for rendering.

An annotation is a segmentation mask, a bounding box, or a class.

Type declaration

  • Optional bitmap?: string

    The predicted segmentation mask

  • color: string

    The color of the annotation

  • Optional coordinates?: Coordinates

    The predicted coordinates (xmin, ymin, xmax, ymax) of the predicted bounding box

  • id: string

    A uuid string generated from the backend

  • name: string

    Name of the annotation

Generated using TypeDoc