Package version:

The result of testing an analyzer on text.

interface AnalyzeResult {
    tokens: AnalyzedTokenInfo[];
}

Properties

Properties

The list of tokens returned by the analyzer specified in the request.