default
@fovea/annotation-tool / components/AnnotationWorkspace / default
Function: default()
default():
Element
Defined in: src/components/AnnotationWorkspace.tsx:95
Video annotation workspace providing video playback, annotation drawing, and AI-assisted analysis. Supports persona-based type annotation and object linking with integrated detection and summarization.
Returns
Element
React component rendering video player, annotation controls, and annotation list
Example
<Route path="/annotate/:videoId" element={<AnnotationWorkspace />} />