Class StringStats (2.7.2)

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

The data statistics of a series of STRING values.

Attribute

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

Inheritance

builtins.object > proto.message.Message > StringStats

Classes

UnigramStats

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

The statistics of a unigram.