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

    Interface IAnnotJSON

    interface IAnnotJSON {
        annotates: string;
        levels: ILevel[];
        links: ILink[];
        name: string;
        sampleRate: number;
    }

    Implemented by

    Index

    Properties

    annotates: string
    levels: ILevel[]
    links: ILink[]
    name: string
    sampleRate: number