Kizuki
    Preparing search index...

    Interface SectionSentenceRef

    A sentence label as used for concepts: also knows its section and its passage's full text.

    interface SectionSentenceRef {
        passageId: string;
        passageText: string;
        sectionId: string;
        sectionText: string;
        text: string;
    }

    Hierarchy (View Summary)

    Index
    passageId: string

    The passage the sentence comes from.

    passageText: string

    The full text of the sentence's passage, which the sentence is checked against.

    sectionId: string

    The section of the sentence's passage.

    sectionText: string

    The section's heading and all its text in this request, where a concept's name must take its words from.

    text: string

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