interface SegmentWithContext<T> {
    context?: T;
    id: number;
    labels: OLabel[];
    time: SampleUnit;
}

Type Parameters

Implemented by

Properties

Properties

context?: T
id: number
labels: OLabel[]