Class StringStats (2.4.2)

StringStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The data statistics of a series of STRING values. .. attribute:: top_unigram_stats

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

:type: Sequence[google.cloud.automl_v1beta1.types.StringStats.UnigramStats]

Classes

UnigramStats

UnigramStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The statistics of a unigram. .. attribute:: value

The unigram.

:type: str