Kizuki
    Preparing search index...

    Interface SentenceRef

    A sentence the model can point to by its label, with the passage it belongs to.

    interface SentenceRef {
        passageId: string;
        text: string;
    }

    Hierarchy (View Summary)

    Index
    passageId: string

    The passage the sentence comes from.

    text: string

    The sentence, as splitSentences cut it from the passage's text.