Octra libraries - v2.0.0
    Preparing search index...

    Interface SegmentWithContext<T>

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

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

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