nicetoolbox.connectors.elan.labeling_data¶
Multiperson annotations grouped by subject, category, and labeled intervals.
Functions
Classes
- class nicetoolbox.connectors.elan.labeling_data.LabeledInterval(start_sec: float, end_sec: float, labels: frozenset[str])[source]¶
- class nicetoolbox.connectors.elan.labeling_data.MultipersonHierarchicalData(data: dict[str, dict[str, list[nicetoolbox.connectors.elan.labeling_data.LabeledInterval]]])[source]¶