import { observer } from "mobx-react"; import { types } from "mobx-state-tree"; import Registry from "../../core/Registry"; import { guidGenerator } from "../../core/Helpers"; import SelectedModelMixin from "../../mixins/SelectedModel"; import ControlBase from "./Base"; import { HtxLabels, LabelsModel } from "./Labels/Labels"; /** * Use the TimelineLabels tag to classify video frames. This can be a single frame or a span of frames. * * First, select a label and then click once to annotate a single frame. Click and drag to annotate multiple frames. * * ![Screenshot of video with frame classification](../images/timelinelabels.png) * * Use with the `