Class: Google::Cloud::AutoML::V1beta1::StringStats::UnigramStats

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_stats.rb

Overview

The statistics of a unigram.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Returns The number of occurrences of this unigram in the series.

Returns:

  • (Integer)

    The number of occurrences of this unigram in the series.



99
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_stats.rb', line 99

class UnigramStats; end

#valueString

Returns The unigram.

Returns:

  • (String)

    The unigram.



99
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_stats.rb', line 99

class UnigramStats; end