Class: Google::Cloud::AutoML::V1beta1::StringStats::UnigramStats
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::StringStats::UnigramStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/data_stats.rb
Overview
The statistics of a unigram.
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
The number of occurrences of this unigram in the series.
-
#value ⇒ ::String
The unigram.
Instance Attribute Details
#count ⇒ ::Integer
Returns The number of occurrences of this unigram in the series.
115 116 117 118 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 115 class UnigramStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns The unigram.
115 116 117 118 |
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 115 class UnigramStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |