StringStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)The data statistics of a series of STRING values.
Attribute |
|
|---|---|
| Name | Description |
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.