Class StringStats (2.10.0)

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

The data statistics of a series of STRING values.

Attribute

NameDescription
top_unigram_stats MutableSequence[google.cloud.automl_v1beta1.types.StringStats.UnigramStats]
The statistics of the top 20 unigrams, ordered by count.

Classes

UnigramStats

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

The statistics of a unigram.