ImageAnnotationToolAction

class ImageAnnotationToolAction[source]

Bases: supervisely.collection.str_enum.StrEnum

An enumeration.

Attributes

SET_FIGURE

NEXT_IMAGE

PREV_IMAGE

SET_IMAGE

ZOOM_TO_FIGURE

SHOW_SUCCESS_NOTIFICATION

SHOW_WARNING_NOTIFICATION

SHOW_ERROR_NOTIFICATION

NEXT_IMAGE = 'images/nextImage'
PREV_IMAGE = 'images/prevImage'
SET_FIGURE = 'figures/setFigure'
SET_IMAGE = 'images/setImage'
SHOW_ERROR_NOTIFICATION = 'app/showErrorNotification'
SHOW_SUCCESS_NOTIFICATION = 'app/showSuccessNotification'
SHOW_WARNING_NOTIFICATION = 'app/showWarningNotification'
ZOOM_TO_FIGURE = 'scene/zoomToObject'