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

XPSStringStatsUnigramStats

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

The statistics of a unigram.

interface XPSStringStatsUnigramStats {
count?: bigint;
value?: string;
}

§Properties

§
count?: bigint
[src]

The number of occurrences of this unigram in the series.

§
value?: string
[src]

The unigram.