You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,8 +75,12 @@ class ClassificationAnnotation(
69
75
classifications (Optional[List[ClassificationAnnotation]]): Optional sub classification of the annotation
70
76
feature_schema_id (Optional[Cuid])
71
77
value (Union[Text, Checklist, Radio])
78
+
start_frame (Optional[int]): Start frame for temporal classifications (audio/video). Must be within root annotation's frame range. Defaults to root start_frame if not specified.
79
+
end_frame (Optional[int]): End frame for temporal classifications (audio/video). Must be within root annotation's frame range. Defaults to root end_frame if not specified.
0 commit comments