@camstack/addon-static-turn 1.2.20 → 1.2.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -19887,6 +19887,14 @@ var ClipSchema = object({
|
|
|
19887
19887
|
endMs: number()
|
|
19888
19888
|
}),
|
|
19889
19889
|
/**
|
|
19890
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
19891
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
19892
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
19893
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
19894
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
19895
|
+
*/
|
|
19896
|
+
labels: array(string()).max(3).optional(),
|
|
19897
|
+
/**
|
|
19890
19898
|
* Lazy thumbnail URL, never inlined.
|
|
19891
19899
|
*
|
|
19892
19900
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
|
@@ -19886,6 +19886,14 @@ var ClipSchema = object({
|
|
|
19886
19886
|
endMs: number()
|
|
19887
19887
|
}),
|
|
19888
19888
|
/**
|
|
19889
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
19890
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
19891
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
19892
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
19893
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
19894
|
+
*/
|
|
19895
|
+
labels: array(string()).max(3).optional(),
|
|
19896
|
+
/**
|
|
19889
19897
|
* Lazy thumbnail URL, never inlined.
|
|
19890
19898
|
*
|
|
19891
19899
|
* Recording-derived clips (events-mode keep-window, and the prepared
|