Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

XPSStringStats

import type { XPSStringStats } from "https://googleapis.deno.dev/v1/language:v2.ts";

The data statistics of a series of STRING values.

interface XPSStringStats {
commonStats?: XPSCommonStats;
topUnigramStats?: XPSStringStatsUnigramStats[];
}

§Properties

§
commonStats?: XPSCommonStats
[src]
§

The statistics of the top 20 unigrams, ordered by StringStats.UnigramStats.count.