Kizuki
    Preparing search index...

    Interface CheckedUnclear

    A "what does this mean?" question that passed the quote check.

    interface CheckedUnclear {
        passageId: string;
        question: string;
        quote: string;
    }
    Index
    passageId: string

    The passage the sentence comes from.

    question: string

    The question's words. Always UNCLEAR_QUESTION.

    quote: string

    The sentence Kizuki is not sure how to read, taken from the material and checked against its passage.