Trevixal API
    Preparing search index...

    A sentence with its position in the source text.

    interface SentenceSpan {
        index: number;
        length: number;
        text: string;
    }
    Index
    index: number
    length: number
    text: string