Schema for the output of testing search analyzer tokenization.

interface SearchAnalyzeResult {
    tokens: string[];
}

Properties

Properties

tokens: string[]

tokens.

Generated using TypeDoc