Interface StringStats.UnigramStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCount()
      The number of occurrences of this unigram in the series.
      String getValue()
      The unigram.
      com.google.protobuf.ByteString getValueBytes()
      The unigram.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getValue

        String getValue()
         The unigram.
         
        string value = 1;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
         The unigram.
         
        string value = 1;
        Returns:
        The bytes for value.
      • getCount

        long getCount()
         The number of occurrences of this unigram in the series.
         
        int64 count = 2;
        Returns:
        The count.