LWT JavaScript API
    Preparing search index...

    Interface TextWordsResponse

    Response for getting text words.

    interface TextWordsResponse {
        config: TextReadingConfig;
        words: TextWord[];
    }
    Index
    words: TextWord[]