We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79ee8a commit 38d3bb7Copy full SHA for 38d3bb7
labelbox/data/annotation_types/label.py
@@ -35,7 +35,7 @@ class Label(BaseModel):
35
extra: additional context
36
"""
37
uid: Optional[Cuid] = None
38
- data: Union[BaseData]
+ data: Union[VideoData, ImageData, TextData]
39
annotations: List[Union[ClassificationAnnotation, ObjectAnnotation,
40
VideoObjectAnnotation,
41
VideoClassificationAnnotation, ScalarMetric,
0 commit comments