LWT JavaScript API
    Preparing search index...

    Response for getting text words.

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

    Properties

    Properties

    words: TextWord[]